Skip to content

Commit

Permalink
BUG: pressure ISA extrapolation from "linear" to "natural"
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Aug 18, 2024
1 parent e81970b commit 456d5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/environment/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover
DeprecationWarning,
)

@funcify_method("Height Above Sea Level (m)", "Pressure (Pa)", "spline", "linear")
@funcify_method("Height Above Sea Level (m)", "Pressure (Pa)", "spline", "natural")
def pressure_ISA(self):
"""Pressure, in Pa, as a function of height above sea level as defined
by the `International Standard Atmosphere ISO 2533`."""
Expand Down

0 comments on commit 456d5b3

Please sign in to comment.