You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bug reports, please follow the template below. For enhancement proposals, feel free
to use whatever template makes sense (major new features should be discussed in the
Zarr specifications repository https://github.com/zarr-developers/zarr-specs).
Minimal, reproducible code sample, a copy-pastable example if possible
When using dask delayed module to simultaneously increase the value of a patch in the zarr array, where a patch is overlaid in adjacent patches,
synchronization does not properly work. After all workers complete their task, the final output should show a complete grid pattern. but the output results vary across executions by showing different incomplete grid patterns each time.
Version and installation information
Please provide the following:
Value of zarr.__version__ 2.8.3
Value of numcodecs.__version__ 0.7.2.
Version of Python interpreter 3.9.1
Operating system (Linux/Windows/Mac) Linux
How Zarr was installed (e.g., "using pip into virtual environment", or "using conda") conda
Also, if you think it might be relevant, please provide the output from pip freeze or conda env export depending on which was used to install Zarr.
The text was updated successfully, but these errors were encountered:
For bug reports, please follow the template below. For enhancement proposals, feel free
to use whatever template makes sense (major new features should be discussed in the
Zarr specifications repository https://github.com/zarr-developers/zarr-specs).
Minimal, reproducible code sample, a copy-pastable example if possible
Problem description
When using dask delayed module to simultaneously increase the value of a patch in the zarr array, where a patch is overlaid in adjacent patches,
synchronization does not properly work. After all workers complete their task, the final output should show a complete grid pattern. but the output results vary across executions by showing different incomplete grid patterns each time.
Version and installation information
Please provide the following:
zarr.__version__
2.8.3numcodecs.__version__
0.7.2.Also, if you think it might be relevant, please provide the output from
pip freeze
orconda env export
depending on which was used to install Zarr.The text was updated successfully, but these errors were encountered: