Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed Oct 22, 2023
1 parent e5dd3af commit 697c4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remote_hdt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ impl<'a> RemoteHDT<'a> {
// of the different dimensions and the default values
let arr_meta = ArrayMetadataBuilder::<u8>::new(&self.reference_system.shape_u64(domain))
.dimension_names(self.reference_system.dimension_names())?
.push_bb_codec(GzipCodec::default())
.set_attribute(
"subjects".to_string(),
subjects
Expand Down

0 comments on commit 697c4e3

Please sign in to comment.