Skip to content

Commit

Permalink
Removed addressed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Oct 2, 2024
1 parent f50e74e commit dd42468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yt/frontends/parthenon/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def setup_fluid_fields(self):
)

def _specific_thermal_energy(field, data):
# TODO This only accounts for ideal gases with adiabatic indices
return (
data["gas", "pressure"]
/ (data.ds.gamma - 1.0)
Expand Down

0 comments on commit dd42468

Please sign in to comment.