Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 846fdba

Browse files
phobsonaustinorr
authored andcommitted
disable dtype tests in swmm exporter (int23 vs 64)
1 parent 1be39b1 commit 846fdba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎cloudside/tests/test_exporters.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_dumpSWMM5Format_results(fivemin, freq, expected_file):
6161
pdtest.assert_frame_equal(
6262
data.reset_index(drop=True),
6363
pandas.read_table(get_test_file(expected_file), sep="\t"),
64+
check_dtype=False, # pragma: int32 vs int64
6465
)
6566

6667

0 commit comments

Comments
 (0)