Skip to content

Commit 88c8a3f

Browse files
committed
fix name mismatch
1 parent 419c882 commit 88c8a3f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

crowbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.2.3'
1+
__version__ = '0.2.4'
22

33
from .model import build_model

crowbar/crossvalidate.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def run_experiments(paths: PathTable, trunc_prob: float, miss_prob: float,
151151

152152
for experiment in paths['experiments'].glob('*/'):
153153

154-
simulate_recovery.simulate_recovery(experiment / 'results',
155-
experiment / 'test',
156-
experiment / 'model',
157-
trunc_prob,
158-
miss_prob,
159-
cores)
154+
simulate_recovery.simulate(experiment / 'results',
155+
experiment / 'test',
156+
experiment / 'model',
157+
trunc_prob,
158+
miss_prob,
159+
cores)

0 commit comments

Comments
 (0)