Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jan 24, 2024
1 parent 73375eb commit 1e6b776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sources/ncdatasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ end
@testset "Raster" begin
@time ncarray = Raster(ncsingle)
@time lazyarray = Raster(ncsingle; lazy=true);
DiskArrays.eachchunk(lazyarray)
@time eagerarray = Raster(ncsingle; lazy=false);
@test_throws ArgumentError Raster("notafile.nc")

Expand Down

0 comments on commit 1e6b776

Please sign in to comment.