File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ out = String(take!(io))
20
20
@test " lon" in CDM. dimnames (ds)
21
21
22
22
23
-
24
- #=
25
23
tmp_filename = tempname ()
26
24
NCDatasets. write (tmp_filename,ds)
27
25
@@ -37,4 +35,3 @@ dsnc = NCDatasets.Dataset(tmp_filename)
37
35
38
36
close (dsnc)
39
37
# close(ds)
40
- =#
Original file line number Diff line number Diff line change @@ -19,5 +19,8 @@ dd = DummyEmptyDataset();
19
19
@test CDM. path (dd) == " "
20
20
21
21
@test CDM. groupnames (dd) == ()
22
- @test_throws " no group" CDM. group (dd," does_not_exist" )
23
- @test_throws " unimplemented" CDM. defGroup (dd," does_not_exist" )
22
+ # not available in julia 1.6
23
+ # @test_throws "no group" CDM.group(dd,"does_not_exist")
24
+ # @test_throws "unimplemented" CDM.defGroup(dd,"does_not_exist")
25
+ @test_throws Exception CDM. group (dd," does_not_exist" )
26
+ @test_throws Exception CDM. defGroup (dd," does_not_exist" )
You can’t perform that action at this time.
0 commit comments