Skip to content

Commit

Permalink
use something that itsn't the default value
Browse files Browse the repository at this point in the history
Co-authored-by: barneydobson <[email protected]>
  • Loading branch information
liuly12 and barneydobson authored Mar 18, 2024
1 parent e950f3d commit ef70916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wtw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef70916

Please sign in to comment.