Skip to content

Commit 98eb27c

Browse files
committed
removed bug
1 parent 220c516 commit 98eb27c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,13 @@ def run(a=None, **kwargs):
301301
print('Evolution not needed as evolution parameters are the same as the existing ones.')
302302
do_evol = False
303303

304+
do_nml = None
304305
if a.doNML is not None:
305306
if a.doNML:
306307
do_nml = 1
307308
else:
308-
do_nml = 0
309+
do_nml = 0
310+
309311

310312
same_vals = True
311313
sim_pars = ['doNML', 'seed', 'Duration']

0 commit comments

Comments
 (0)