Skip to content

Commit

Permalink
issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Apr 16, 2024
1 parent 3dd44d1 commit 77228b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_select.jl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ ds = TDS(fname_subset)
close(ds)


# issue 196
# issue NCDatasets 196

time = DateTime(1000,1,1):Dates.Day(1):DateTime(2000,1,1)
data = 1:length(time)
Expand Down
2 changes: 1 addition & 1 deletion test/test_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TDS(filename,"c") do ds
@test isequal(data2,data)


# test Union{Missing,T} and default fill value (issue #38)
# test Union{Missing,T} and default fill value (issue NCDatasets #38)
defVar(ds,"foo_default_fill_value",[missing,1.,2.],("dim",))
@test fillvalue(ds["foo_default_fill_value"]) == fillvalue(Float64)
@test isequal(ds["foo_default_fill_value"][:], [missing,1.,2.])
Expand Down

0 comments on commit 77228b5

Please sign in to comment.