Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed Jan 15, 2025
1 parent 2476a59 commit 9923e09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/system/water/test_water_reservoirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def test_data_loaded_correctly(self):
("Water_Node_3", "day", 202001): 200,
}
actual_rt = {
(r, bt, hrz): instance.reservoir_target_release_avg_flow_volunit_per_sec[r, bt, hrz]
(r, bt, hrz): instance.reservoir_target_release_avg_flow_volunit_per_sec[
r, bt, hrz
]
for (
r,
bt,
Expand Down

0 comments on commit 9923e09

Please sign in to comment.