Skip to content

Commit

Permalink
renable test in test/test_variable.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Nov 17, 2023
1 parent 0f72756 commit 238c894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,3 @@ data2 = zeros(Int,1)
data2 = zeros(Int,10)
# asking too many elements
@test_throws BoundsError NCDatasets.load!(ds["data"].var,data2,1:10)

0 comments on commit 238c894

Please sign in to comment.