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
When trying to read in a history.data file into NuGridPy using s = ms.history_data('.'), the version_number is not readable since it's a string ("r24.03.1") contrasting to previous version where it was an integer value (such as 10398). Furthermore, there are other floats in the new r24.03.1 version which don't appear in previous versions in the header, namely compiler, build, MESA_SDK_version, math_backend and date.
Could this be looked into so NuGridPy can be used with the new version of MESA?
The text was updated successfully, but these errors were encountered:
When trying to read in a history.data file into NuGridPy using
s = ms.history_data('.')
, theversion_number
is not readable since it's a string ("r24.03.1"
) contrasting to previous version where it was an integer value (such as10398
). Furthermore, there are other floats in the newr24.03.1
version which don't appear in previous versions in the header, namelycompiler
,build
,MESA_SDK_version
,math_backend
anddate
.Could this be looked into so NuGridPy can be used with the new version of MESA?
The text was updated successfully, but these errors were encountered: