Skip to content

Commit f14933d

Browse files
committedMar 12, 2025·
Updated paths for ncextract test
1 parent 6d9cdd8 commit f14933d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tests/test_ncextract.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def compare_datasets(
4040
def test_ncextract(self):
4141

4242
# config
43-
inputcsv = './data/ncextract/reservoirs.csv'
44-
data_dir = './data/ncextract/datasets'
45-
ldd_file = './data/ncextract/ldd.nc'
46-
expected_file = './data/ncextract/expected.nc'
43+
inputcsv = 'tests/data/ncextract/reservoirs.csv'
44+
data_dir = 'tests/data/ncextract/datasets'
45+
ldd_file = 'tests/data/ncextract/ldd.nc'
46+
expected_file = 'tests/data/ncextract/expected.nc'
4747
start = datetime(2018, 10, 2)
4848
end = datetime(2019, 10, 1)
4949

0 commit comments

Comments
 (0)
Please sign in to comment.