File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,13 @@ Each of the subcommands of ``tlo`` has a ``--help`` flag for further information
90
90
*Submit scenario to Azure Batch *::
91
91
92
92
tlo batch-submit src/scripts/dev/tlo_q1_demo.py
93
+
94
+ .. note :: **Behaviour of assert statements**
95
+
96
+ Scenario runs submitted with ``tlo batch-submit `` will by default run with any assert statements disabled.
97
+ Typically, these are used for checking correctness of code in tests and local runs but as they add some overhead,
98
+ we can get a useful speed-up by disabling them on longer jobs.
99
+ To run jobs with assertions enabled pass the ``--asserts-on `` flag` to ``tlo batch-submit ``.
93
100
94
101
*List jobs currently on Azure Batch where id contains "tamuri" *::
95
102
You can’t perform that action at this time.
0 commit comments