Skip to content

Commit ca55748

Browse files
committed
Remove print
1 parent d6be46a commit ca55748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def test_model_raw_start():
289289

290290
# test the things n_days creates, which in turn tests sim_sir, sir, and get_dispositions
291291

292-
print('n_days: %s; i_day: %s' % (param.n_days, model.i_day))
292+
# print('n_days: %s; i_day: %s' % (param.n_days, model.i_day))
293293
assert len(raw_df) == (len(np.arange(-model.i_day, param.n_days + 1))) == 104
294294

295295
first = raw_df.iloc[0, :]

0 commit comments

Comments
 (0)