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
Since numpy 2.0 was released, saving lattice in .m format generate files which cannot be interpreted by Matlab. The reason is that some values are written as "np.float64(1.5)" instead of "1.5" as before. Until this is solved, the recommendation is to use the JSON format, another text format recognised by both Matlab and python
The text was updated successfully, but these errors were encountered:
Since numpy 2.0 was released, saving lattice in .m format generate files which cannot be interpreted by Matlab. The reason is that some values are written as
"np.float64(1.5)"
instead of"1.5"
as before. Until this is solved, the recommendation is to use the JSON format, another text format recognised by both Matlab and pythonThe text was updated successfully, but these errors were encountered: