Skip to content

Commit

Permalink
fix isentropic example
Browse files Browse the repository at this point in the history
(cherry picked from commit ce178b0)
  • Loading branch information
kgoebber authored and github-actions[bot] committed Jun 30, 2022
1 parent c56cdca commit afde405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/isentropic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
msf = mpcalc.montgomery_streamfunction(
isent_data['Geopotential_height'],
isent_data['temperature']
).values / 100.
).data.to_base_units() * 1e-2

# Choose a level to plot, in this case 296 K
level = 0
Expand Down

0 comments on commit afde405

Please sign in to comment.