atcollab / at

Accelerator Toolbox
Apache License 2.0
48 stars 31 forks source link

Fix .mat file loading #750

Closed lfarv closed 3 months ago

lfarv commented 3 months ago

This fixes a regression bug: when reading .mat files, the Matlab-specific "Class" attribute is kept in all elements. This is a leftover from tests in #744.

This bug does not affect at all the behaviour of AT, however the presence of this unexpected element attribute is disturbing.

The fix is obvious: a line is back to how it was previously, so please give a fast answer, thanks!