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 d78cfbf commit a4bb4deCopy full SHA for a4bb4de
test/testdata.jl
@@ -8,7 +8,7 @@
8
testdir = tempname()
9
rm(testdir, recursive=true, force=true)
10
mkpath(testdir)
11
- outdir = "$testdir/out.zarr"
+ outdir = "$testdir/out"
12
indir = "$testdir/in"
13
cp(testdatapath, indir)
14
@@ -23,7 +23,7 @@
23
end_date=Date("2022-01-01"),
24
outdir=Path(outdir)
25
)
26
- a = open_dataset(outdir * "/E051N018T3_rqatrend_VH_D022_thresh_3.0.zarr").layer
+ a = open_dataset(joinpath(outdir, "E051N018T3_rqatrend_VH_D022_thresh_3.0_2021-01-01_2022-01-01.zarr")).layer
27
28
@test size(a) == (50, 74)
29
@test minimum(a) == 0
0 commit comments