Skip to content

Commit

Permalink
tests(test_flows.py): try different line in test_add_to_perioddata2 t…
Browse files Browse the repository at this point in the history
…o hopefully avoid intermittent failure that may be due to line along the edge of the grid not getting included in the SFR network for unknown reasons
  • Loading branch information
aleaf committed Oct 18, 2024
1 parent 6ae6485 commit db0cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfrmaker/test/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_add_to_perioddata2(data):
sfrd = data['sfrd']
flowline_routing = data['flowline_routing']
rd = data['rd']
flowline_routing['6'] = '1000005'
flowline_routing['6'] = '18046688'
flows = pd.DataFrame({'Q_avg': [100., 10., 200., 20.],
'per': [0, 1, 0, 1],
'line_id': [6, 6, 4, 4]})
Expand Down

0 comments on commit db0cc4c

Please sign in to comment.