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
Some of these private functions could probably be merged. At some point the whole file is read into memory for the plot so why is it read in separately to find its length?
The text was updated successfully, but these errors were encountered:
NuGridPy/nugridpy/mesa.py
Lines 915 to 918 in 1f21ffa
It would be easy to replace this with pure python code, but It only seems to be used as an in input to:
NuGridPy/nugridpy/mesa.py
Line 3725 in 1f21ffa
as data_rows which is 0 by default?
Some of these private functions could probably be merged. At some point the whole file is read into memory for the plot so why is it read in separately to find its length?
The text was updated successfully, but these errors were encountered: