Skip to content

Commit

Permalink
Merge branch 'main' into keller-mark/vlen-utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark authored Sep 18, 2023
2 parents 700bf45 + ff42619 commit ead8aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/zarr-array.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ZarrArray <- R6::R6Class("ZarrArray",
object_codec <- NA
if(is_na(meta$filters) || is.null(meta$filters)) {
private$filters <- NA
object_codec <- NA
} else {
private$filters <- list()
for(config in meta$filters) {
Expand Down

0 comments on commit ead8aa1

Please sign in to comment.