Skip to content

Commit

Permalink
test: remove spurrious print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Dec 16, 2024
1 parent d59b509 commit 66c11ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wntr/tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@ def test_valid_gis_names(self):
data_columns.append(data.index.name)

# Check that all data columns are valid
print(set(data_columns)-set(valid_columns))
assert len(set(data_columns)-set(valid_columns)) == 0
# Check that all required columns are in the data
assert len(set(required_columns)-set(data_columns)) == 0
Expand Down

0 comments on commit 66c11ae

Please sign in to comment.