Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Oct 16, 2024
1 parent ac820ec commit ac394ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python_local_kerchunk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using Test
ras = Raster(rand(LinRange(0, 10, 100), X(1:100), Y(5:150), Band(1:12)); crs = Rasters.EPSG(3413))

write("test.nc", ras; source = Rasters.GDALsource(), force = true)
@test Raster("test.nc") == ras # test read-write roundtrip
@test Raster("test.nc"; source = Rasters.GDALsource()) == ras # test read-write roundtrip

# Create a Kerchunk catalog.
# The reason I do this by `run` is because the hdf5 C library versions used by
Expand Down

0 comments on commit ac394ce

Please sign in to comment.