Skip to content

Commit 0d09d28

Browse files
committed
Remove shout-out as an excuse for a fresh commit to re-run failed Cypress checks
1 parent ce02649 commit 0d09d28

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
@@ -263,7 +263,7 @@ def test_model(model=MODEL, param=PARAM):
263263
assert list(model.dispositions_df.iloc[0, :]) == [0, 100.0, 40.0, 20.0]
264264
assert [round(i, 0) for i in model.dispositions_df.iloc[60, :]] == [60, 1101.0, 441.0, 220.0]
265265

266-
# test that admissions are being properly calculated (thanks @PhilMiller)
266+
# test that admissions are being properly calculated
267267
cumulative_admits = model.admits_df.cumsum()
268268
diff = cumulative_admits.hospitalized[1:-1] - (
269269
0.05 * 0.05 * (raw_df.infected[1:-1] + raw_df.recovered[1:-1]) - 100

0 commit comments

Comments
 (0)