Closed jamesgrimmett closed 2 years ago
There are many separate arrays carrying information about the stellar model properties (e.g., mass_dim, mass_final, x_cc, etc. It might help to keep things cleaner if I make use of a dataclass to hold the objects related to the stellar models.
mass_dim
mass_final
x_cc
There are many separate arrays carrying information about the stellar model properties (e.g.,
mass_dim
,mass_final
,x_cc
, etc. It might help to keep things cleaner if I make use of a dataclass to hold the objects related to the stellar models.