Skip to content

Commit

Permalink
add geometry docstring to model/base (tardis-sn#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Jul 25, 2023
1 parent 5d72332 commit 306c451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stardis/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class StellarModel:
fv_geometry : pandas.core.frame.DataFrame
abundances : pandas.core.frame.DataFrame
boundary_temps : numpy.ndarray
geometry : stardis.model.geometry
Attributes
----------
Expand All @@ -23,6 +24,8 @@ class StellarModel:
Abundance DataFrame with all included elements and mass abundances.
boundary_temps : numpy.ndarray
Temperatures in K of all shell boundaries. Note that array is transposed.
geometry : stardis.model.geometry
Geometry of the model.
"""

def __init__(self, fv_geometry, abundances, boundary_temps, geometry):
Expand Down

0 comments on commit 306c451

Please sign in to comment.