From db0cc4ced73566211342a1368e6337c11126341b Mon Sep 17 00:00:00 2001 From: "Leaf, Andrew T" Date: Fri, 18 Oct 2024 11:25:54 -0500 Subject: [PATCH] tests(test_flows.py): try different line in test_add_to_perioddata2 to 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 --- sfrmaker/test/test_flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfrmaker/test/test_flows.py b/sfrmaker/test/test_flows.py index e17f4e3a..a524a0fd 100644 --- a/sfrmaker/test/test_flows.py +++ b/sfrmaker/test/test_flows.py @@ -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]})