Skip to content

Commit

Permalink
Use Float64 in test for NetCDF io test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Mar 28, 2024
1 parent 4cf4786 commit 62c9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/benchmark_netcdf_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ for device in keys(timings)
NCDatasets.defDim(nc, "x", NUM)
NCDatasets.defDim(nc, "y", NUM)
NCDatasets.defDim(nc, "z", NUM)
v = NCDatasets.defVar(nc, "rhoa", Float32, ("time", "x", "y", "z"))
v = NCDatasets.defVar(nc, "rhoa", Float64, ("time", "x", "y", "z"))
outarray = Array(netcdf_writer.remappers["rhoa"]._interpolated_values)
v[1, :, :, :] = outarray

Expand Down

0 comments on commit 62c9be2

Please sign in to comment.