Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 4c2996f

Browse files
committed
Revert to 19 column EPA CEMS expectation with old data.
1 parent aca9e3e commit 4c2996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/hourly_emissions_epacems_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def expected_df() -> pd.DataFrame:
5858
storage_options={"requester_pays": True},
5959
)
6060
is_dataframe_like(expected_df)
61-
assert expected_df.shape == (70_272, 16)
61+
assert expected_df.shape == (70_272, 19)
6262
return expected_df
6363

6464

0 commit comments

Comments
 (0)