We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9cdd8 commit f14933dCopy full SHA for f14933d
tests/test_ncextract.py
@@ -40,10 +40,10 @@ def compare_datasets(
40
def test_ncextract(self):
41
42
# 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'
+ inputcsv = 'tests/data/ncextract/reservoirs.csv'
+ data_dir = 'tests/data/ncextract/datasets'
+ ldd_file = 'tests/data/ncextract/ldd.nc'
+ expected_file = 'tests/data/ncextract/expected.nc'
47
start = datetime(2018, 10, 2)
48
end = datetime(2019, 10, 1)
49
0 commit comments