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
This issue if affecting weldx tests (and perhaps more than just the tests) as: BAMWelDX/weldx#469
introduced a function that produces files like the example above (that contains data: []) which open, but throw an error when the array is accessed (due to lazy loading).
The text was updated successfully, but these errors were encountered:
braingram
changed the title
ASDF unable to read or write empty inline array.
ASDF unable to read empty inline array.
May 4, 2023
The following example:
fails when the read array is accessed.
The produced file contains what looks like a valid empty array
This issue if affecting weldx tests (and perhaps more than just the tests) as:
BAMWelDX/weldx#469
introduced a function that produces files like the example above (that contains
data: []
) which open, but throw an error when the array is accessed (due to lazy loading).The text was updated successfully, but these errors were encountered: