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
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
\temp\loadmat.py in read_struct_array(fd, endian, header)
315 if field_name_length > 32:
316 raise ParseError('Unexpected field name length: {}'.format(
--> 317 field_name_length))
318
319 # read field names
ParseError: Unexpected field name length: 64
scalars work fine though, and importing structs from Matlab instead of Octave (as well as loading the test.mat file into Matlab).