Skip to content

Commit a877c81

Browse files
author
Natalia Lombardi
committed
Merge branch 'main' into google_symptoms_omicron
2 parents 0943417 + d983305 commit a877c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hhs_facilities/tests/test_pull.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def test_pull_data(self, pull_data_iteratively):
6262
# verify nans cast properly and timestamp added
6363
pd.testing.assert_frame_equal(
6464
output,
65-
pd.DataFrame({"collection_week": [20201204.],
66-
"total_beds_7_day_sum": [2360.0],
65+
pd.DataFrame({"collection_week": [20201204],
66+
"total_beds_7_day_sum": [2360],
6767
"all_adult_hospital_beds_7_day_sum": [NAN_VALUES[-999999]],
6868
"inpatient_beds_7_day_avg": [NAN_VALUES[-999999]],
6969
"total_icu_beds_7_day_avg": [np.nan],

0 commit comments

Comments
 (0)