Skip to content

Commit a5210e5

Browse files
kgoebberdcamron
authored andcommitted
fix doc example
1 parent 9a75f23 commit a5210e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/metpy/calc/thermo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4584,7 +4584,7 @@ def galvez_davison_index(pressure, temperature, mixing_ratio, surface_pressure,
45844584
>>> # calculate mixing ratio
45854585
>>> mixrat = mixing_ratio_from_relative_humidity(p, T, rh)
45864586
>>> galvez_davison_index(p, T, mixrat, p[0])
4587-
<Quantity(-8.06886508, 'dimensionless')>
4587+
<Quantity(-8.78797532, 'dimensionless')>
45884588
"""
45894589
# Calculate potential temperature
45904590
potential_temp = potential_temperature(pressure, temperature)

0 commit comments

Comments
 (0)