Make follow_saturated_mixing_ratio() return Series
This commit is contained in:
parent
45e616b39f
commit
520d4def79
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def follow_saturated_mixing_ratio(temp: float, pressure: float, step: float=1.0)
|
|||
temp and pressure level, returning a Series object depicting the data
|
||||
points in descending pressure order.
|
||||
"""
|
||||
series = dict()
|
||||
series = Series()
|
||||
|
||||
ratio = saturated_mixing_ratio(temp, pressure)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue