We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f6107 commit ef387afCopy full SHA for ef387af
test_examples.py
@@ -35,10 +35,7 @@ def test_model_steps(model_class):
35
36
37
def get_batch_scripts():
38
- return [
39
- 'examples.bank_reserves.batch_run',
40
- 'examples.sugarscape_g1mt.run'
41
- ]
+ return ["examples.bank_reserves.batch_run", "examples.sugarscape_g1mt.run"]
42
43
44
@pytest.mark.parametrize("script_module", get_batch_scripts())
0 commit comments