Skip to content

Commit

Permalink
Update net1_unit_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Apr 19, 2024
1 parent 13dc601 commit 8e5e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epyt/tests/net1_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def setUp(self):
"""Call before every test case."""
# Create EPANET object using the INP file
inp_name = 'Net1.inp'
self.epanetClass = epanet(inp_name)
self.epanetClass = epanet(inp_name, ph=False)

def tearDown(self):
"""Call after every test case."""
Expand Down

0 comments on commit 8e5e0c4

Please sign in to comment.