Skip to content

Commit

Permalink
disable dtype tests in swmm exporter (int23 vs 64)
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson authored and austinorr committed Jun 20, 2023
1 parent 1be39b1 commit 846fdba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudside/tests/test_exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_dumpSWMM5Format_results(fivemin, freq, expected_file):
pdtest.assert_frame_equal(
data.reset_index(drop=True),
pandas.read_table(get_test_file(expected_file), sep="\t"),
check_dtype=False, # pragma: int32 vs int64
)


Expand Down

0 comments on commit 846fdba

Please sign in to comment.