sim-tools 0.7.0__tar.gz → 0.7.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sim-tools
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Simulation Tools for Education and Practice
5
5
  Project-URL: Homepage, https://github.com/TomMonks/sim-tools
6
6
  Project-URL: Bug Tracker, https://github.com/TomMonks/sim-tools/issues
@@ -1,4 +1,4 @@
1
- __version__ = '0.7.0'
1
+ __version__ = '0.7.1'
2
2
  __author__ = 'Thomas Monks'
3
3
 
4
4
  from . import datasets, distributions, time_dependent, ovs, output_analysis
@@ -571,7 +571,7 @@ class ReplicationsAlgorithm:
571
571
  k = 1
572
572
 
573
573
  # look ahead loop
574
- while converged and k <= self.look_ahead:
574
+ while converged and k <= self._klimit():
575
575
  if self.verbose:
576
576
  print(f"{self.n+k}", end=", ")
577
577
 
File without changes
File without changes
File without changes
File without changes
File without changes