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
Do we want these to match in general? If so, it might be worth writing a simple pre-commit hook to check that the signatures match between the two objects.
And in this specific case, is path or name correct?
The text was updated successfully, but these errors were encountered:
Yes, we want these to match and it looks like the sync version is the one we want in this case (that is name is the arg we want).
In general, our sync wrappers would really benefit from some automation (ala [sychronicity](https://github.com/modal-labs/synchronicity or asyncer.runnify). In 95% of cases, the args/docstring are going to be identical so we can probably auto create the sync versions.
Zarr version
v3
Numcodecs version
na
Python Version
na
Operating System
na
Installation
na
Description
The signature for
AsyncGroup.create_array
differs fromGroup.create_array
.Async:
and sync
Steps to reproduce
n/a
Additional output
Do we want these to match in general? If so, it might be worth writing a simple pre-commit hook to check that the signatures match between the two objects.
And in this specific case, is
path
orname
correct?The text was updated successfully, but these errors were encountered: