Skip to content

Commit

Permalink
fix number of dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Nov 28, 2023
1 parent b42b7a9 commit cfefb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ TDS(filename,"c") do ds
ncv = ds["foo"]
data2 = zeros(eltype(ncv),size(ncv))
buffer = zeros(eltype(ncv.var),size(ncv));
load!(ncv,data2,buffer,:,:)
load!(ncv,data2,buffer,:)
@test isequal(data2,data)


Expand Down

0 comments on commit cfefb89

Please sign in to comment.