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
After that, most of the calls to blosc2.remove_urlpath() previous to Proxy() calls in tests and examples can go away and be replaced by Proxy(urlpath=..., mode="w", ...).
The text was updated successfully, but these errors were encountered:
Then pass that to the
empty
/SChunk
constructor. This would avoidblosc2.remove_urlpath()
calls in tests and examples.The signature of the Proxy constructor would become something like:
Remember to add the docstring in the constructor.
After that, most of the calls to
blosc2.remove_urlpath()
previous toProxy()
calls in tests and examples can go away and be replaced byProxy(urlpath=..., mode="w", ...)
.The text was updated successfully, but these errors were encountered: