tarf_monte_carlo 2.3.7 → 2.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa905a33aeb61e355c1b91a335d1e1a14703b1c71ce91185c56db4e3b5252c6b
4
- data.tar.gz: 96a2ff33019b338dedf3cfae0a8def7f3b0655a18f716aeaae43da687ff68d5f
3
+ metadata.gz: 7e7fdc1214db4216d6a17bac9f30ae54b7ddc220a07203c70e618f16310528b0
4
+ data.tar.gz: 70bd1b80810315434d82b16ac6a7ac234b708dd3dbbfea136d499222a1b584f5
5
5
  SHA512:
6
- metadata.gz: 5f968527f927627230912f9992a17894c62a874bdcdb5a1946bdd66091d65f9e317ff9c82b61dd6c56c54040db8111c63f1ef3102e52b54195e202b29be6ca9b
7
- data.tar.gz: 21a2d3bfc5b09af9157d3bccb6cd0a85e232ebfd42aa021435210119b5ad82a2e5bbda77ddd28d56914436bad749403531069ef9f25d61356ab53e171a3c130d
6
+ metadata.gz: 2b93b9e151ea91bc5c89d8eb908e6332664333df3379010433e3b95d29da3efeee3aacadf43d8c0b36b8ca1c91ea1a21e4232d4473d6597a9a413a7d53e2ae57
7
+ data.tar.gz: c1cd6399185706860bd6efc1fc025a7b191672015dbe1504339e6456e0385a27a7d2808352cdbc3b9ae441c7c8b6cc86779f64aeda94c98eee608c03d62c7ee4
@@ -180,7 +180,6 @@ VALUE method_run_monte_carlo( VALUE self, VALUE args ) {
180
180
  // Store spot and spot dash
181
181
  //
182
182
  if( (sim_count + 2) % INTERVAL == 0 ) {
183
- rb_p(rb_str_new2("True condition"));
184
183
  metrics[ point_pos ][ leg ] = Spot;
185
184
  metrics[ point_pos + 2 ][ leg ] = Spot_dash;
186
185
  }
@@ -321,6 +320,7 @@ VALUE method_run_monte_carlo( VALUE self, VALUE args ) {
321
320
  // increment metric storing point by 4
322
321
  //
323
322
  if( (sim_count + 2) % INTERVAL == 0 ) {
323
+ rb_p(rb_str_new2("True condition"));
324
324
  point_pos += 4;
325
325
  }
326
326
  }
@@ -3,5 +3,5 @@
3
3
  # gem yank tarf_monte_carlo -v 2.3
4
4
 
5
5
  module TarfMonteCarlo
6
- VERSION = "2.3.7"
6
+ VERSION = "2.3.8"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tarf_monte_carlo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.7
4
+ version: 2.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek Routh