Skip to content

Commit

Permalink
Fix datasets test
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Aug 16, 2022
1 parent 3352338 commit 1990d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ h = get_var_handle(ds_zarr, "psl")
@test YAXArrayBase.iscompressed(h)
@test all(isapprox.(h[1:2,1:2,1], [99360.8 99334.9; 99360.8 99335.4]))
@test allow_parallel_write(ds_zarr) == true
@test allow_missings(ds_zarr) == true
@test allow_missings(ds_zarr) == false
end

function test_write(T)
Expand Down

0 comments on commit 1990d8f

Please sign in to comment.