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
To propose a possible solution (to start the conversation) it might be possible to specify decompression_kwargs either per-block or per-codec/label. Something like the following:
As discussed here:
braingram/asdf-compression#1 (comment)
Compressor.decompress
accept**kwargs
:asdf/asdf/extension/_compressor.py
Line 63 in ecb4d4f
These are provided during
compression.decompress
(passed in from theconfig
argument):asdf/asdf/compression.py
Line 273 in ecb4d4f
However
config
is not defined during block decompression:asdf/asdf/_block/io.py
Line 150 in ecb4d4f
To propose a possible solution (to start the conversation) it might be possible to specify
decompression_kwargs
either per-block or per-codec/label. Something like the following:The text was updated successfully, but these errors were encountered: