Skip to content

Commit

Permalink
removed density
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed May 13, 2024
1 parent 801c92b commit 18cff3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tardis/plasma/properties/plasma_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Abundance",
"NumberDensity",
"IsotopeAbundance",
"Density",
"TimeExplosion",
"JBlueEstimator",
"LinkTRadTElectron",
Expand Down Expand Up @@ -79,19 +78,6 @@ class IsotopeAbundance(Input):

outputs = ("isotope_abundance",)


class Density(ArrayInput):
"""
Attributes
----------
density : Numpy array, dtype float
Total density values
"""

outputs = ("density",)
latex_name = (r"\rho",)


class TimeExplosion(Input):
"""
Attributes
Expand Down

0 comments on commit 18cff3c

Please sign in to comment.