Skip to content

Commit cab6201

Browse files
sylmakThe TensorFlow Datasets Authors
authored andcommitted
Remove synchronizer arg from zarr.open_array() call.
The synchronization API will be removed from zarr-python 3: zarr-developers/zarr-python#1596. PiperOrigin-RevId: 796888536
1 parent 8ea2e38 commit cab6201

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow_datasets/datasets/ble_wind_field/ble_wind_field_dataset_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def _generate_examples(self):
7676
zarr_array = zarr.open_array(
7777
store=gcsfs_store(f'{self.GCS_URL}/{self.GCS_FILENAME}'),
7878
mode='r',
79-
synchronizer=zarr.ThreadSynchronizer(),
8079
)
8180

8281
# During normal execution we don't expect `self.builder_config.num_fields`

0 commit comments

Comments
 (0)