From ef7091662a5ed19e75ae0ea41cb571308978bc1b Mon Sep 17 00:00:00 2001 From: liuly12 <59883247+liuly12@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:15:46 +0000 Subject: [PATCH] use something that itsn't the default value Co-authored-by: barneydobson --- tests/test_wtw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_wtw.py b/tests/test_wtw.py index 09e2d7be..105cabae 100644 --- a/tests/test_wtw.py +++ b/tests/test_wtw.py @@ -119,7 +119,7 @@ def test_fwtw_overrides(self): vol = fwtw.process_parameters['volume']['constant'] fwtw.apply_overrides({'treatment_throughput_capacity' : 20, 'process_parameters' : {'phosphate' : - {'constant' : 0.01}}, + {'constant' : 0.02}}, 'service_reservoir_storage_capacity': 100, 'service_reservoir_storage_area': 34.7, 'service_reservoir_storage_elevation': 68.2