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 a66fb2d commit 7ff1e53Copy full SHA for 7ff1e53
tests/stars.R
@@ -84,7 +84,6 @@ if (require(stars, quietly = TRUE)) {
84
e = try(read_stars(z, normalize_path = FALSE), silent = TRUE)
85
f = try(read_mdim(z, normalize_path = FALSE), silent = TRUE)
86
if (inherits(e, "try-error") || inherits(f, "try-error")) {
87
- print(e)
88
print("error when reading blosc-compressed Zarr file: blosc not supported?")
89
} else {
90
print(e)
0 commit comments