diff --git a/epyt/tests/net1_unit_test.py b/epyt/tests/net1_unit_test.py index bdbbb92..9cfda03 100644 --- a/epyt/tests/net1_unit_test.py +++ b/epyt/tests/net1_unit_test.py @@ -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."""