We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4536c commit f6c7fdfCopy full SHA for f6c7fdf
tests/test_workflows/test_basic_workflow.py
@@ -12,7 +12,7 @@ def test_basic_workflow(tmp_path, inference_network, summary_network):
12
summary_network=summary_network,
13
inference_variables=["parameters"],
14
summary_variables=["observables"],
15
- simulator=bf.simulators.SIR(),
+ simulator=bf.simulators.SIR(subsample=None),
16
checkpoint_filepath=str(tmp_path),
17
)
18
0 commit comments