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
Reading files with a streamed block also depends on this behavior as fd.fast_forward(-1) results in a seek to the last byte in the file (not the end of the file) so reading the input file after the streamed block is encountered results in reading the last byte in the stream.
The text was updated successfully, but these errors were encountered:
This is likely a bug but the following test relies on this behavior:
https://github.com/asdf-format/asdf/blob/3d46a99c69a06dcb806606190cc7815e15483a3c/asdf/_tests/test_array_blocks.py#L445C5-L465
Reading files with a streamed block also depends on this behavior as
fd.fast_forward(-1)
results in a seek to the last byte in the file (not the end of the file) so reading the input file after the streamed block is encountered results in reading the last byte in the stream.The text was updated successfully, but these errors were encountered: