We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b49bb commit ea30ebdCopy full SHA for ea30ebd
test/Project.toml
@@ -8,5 +8,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8
9
[compat]
10
Aqua = "0.8"
11
+CommonDataModel = "0.3.6"
12
NCDatasets = "0.14"
13
julia = "1"
test/test_aqua.jl
@@ -1,4 +1,7 @@
1
using Aqua
2
using ZarrDatasets
3
4
+
5
Aqua.test_ambiguities(ZarrDatasets)
6
+# some internal ambiguities in DiskArray 0.3 probably fixed in 0.4
7
+Aqua.test_all(ZarrDatasets, ambiguities = false)
0 commit comments