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 9b85239 commit 096a4ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Dates
using Printf
using NCDatasets
using DataStructures
#=

sz = (4,5)
filename = tempname()
#filename = "/tmp/test-6.nc"
Expand Down Expand Up @@ -224,7 +224,7 @@ ds.attrib["x_range"] = x
close(ds)
rm(filename)

=#

# issue 180
using NCDatasets

Expand All @@ -250,7 +250,6 @@ for data = sample_data
end
close(ds)

#=
# issue 207
filename_src = tempname()
ds_src = NCDataset(filename_src, "c")
Expand Down Expand Up @@ -289,4 +288,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 096a4ac

Please sign in to comment.