Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 17, 2024
1 parent 441a884 commit 7ce9218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regridder_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ end
NCDatasets.defVar(ds, "time", dates, ("time",);)
NCDatasets.defVar(ds, "lat", 1:32, ("lat",);)
NCDatasets.defVar(ds, "lon", 1:64, ("lon",);)
dummy_data = reshape(1:(32 * 64 * 100), 64, 32, 100)
dummy_data = reshape(1:(32*64*100), 64, 32, 100)
NCDatasets.defVar(ds, "dummy_var", dummy_data, ("lon", "lat", "time"))
ds.attrib["title"] = "dummy dataset"
close(ds)
Expand Down

0 comments on commit 7ce9218

Please sign in to comment.