Skip to content

Commit 89df750

Browse files
committed
test
1 parent 8a2d746 commit 89df750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_mf6_mod2obs():
2020
obs_df.loc[:,"datetime"] = dts
2121

2222

23-
ws = os.path.join("data","p09")
23+
ws = os.path.join("tests","data","p09")
2424
case = "gwf-p09-mf6"
2525
obs_csv = os.path.join(ws,"obs.csv")
2626
obs_df.to_csv(obs_csv)

0 commit comments

Comments
 (0)