jamesgrimmett / simple_gce

A simple one-zone Galactic Chemical Evolution model
MIT License
0 stars 0 forks source link

Use a dataclass to store stellar model data #13

Closed jamesgrimmett closed 2 years ago

jamesgrimmett commented 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.