We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0943417 + d983305 commit a877c81Copy full SHA for a877c81
hhs_facilities/tests/test_pull.py
@@ -62,8 +62,8 @@ def test_pull_data(self, pull_data_iteratively):
62
# verify nans cast properly and timestamp added
63
pd.testing.assert_frame_equal(
64
output,
65
- pd.DataFrame({"collection_week": [20201204.],
66
- "total_beds_7_day_sum": [2360.0],
+ pd.DataFrame({"collection_week": [20201204],
+ "total_beds_7_day_sum": [2360],
67
"all_adult_hospital_beds_7_day_sum": [NAN_VALUES[-999999]],
68
"inpatient_beds_7_day_avg": [NAN_VALUES[-999999]],
69
"total_icu_beds_7_day_avg": [np.nan],
0 commit comments