Skip to content

Commit a4bb4de

Browse files
committed
Fix main test with actual data
1 parent d78cfbf commit a4bb4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
testdir = tempname()
99
rm(testdir, recursive=true, force=true)
1010
mkpath(testdir)
11-
outdir = "$testdir/out.zarr"
11+
outdir = "$testdir/out"
1212
indir = "$testdir/in"
1313
cp(testdatapath, indir)
1414

@@ -23,7 +23,7 @@
2323
end_date=Date("2022-01-01"),
2424
outdir=Path(outdir)
2525
)
26-
a = open_dataset(outdir * "/E051N018T3_rqatrend_VH_D022_thresh_3.0.zarr").layer
26+
a = open_dataset(joinpath(outdir, "E051N018T3_rqatrend_VH_D022_thresh_3.0_2021-01-01_2022-01-01.zarr")).layer
2727

2828
@test size(a) == (50, 74)
2929
@test minimum(a) == 0

0 commit comments

Comments
 (0)