Skip to content

Commit 8c3da22

Browse files
committed
fix: don't store zarrs attr in every trace
1 parent 1629353 commit 8c3da22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapper.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ impl PySampler {
954954
}
955955
}
956956
InnerPyStorage::Zarr(store) => {
957+
zarrs::config::global_config_mut().set_include_zarrs_metadata(false);
957958
let object_store = store
958959
.take()
959960
.ok_or_else(|| anyhow!("Can not use storage configuration twice"))?

0 commit comments

Comments
 (0)