Skip to content

Commit

Permalink
Update zonal_mean.py
Browse files Browse the repository at this point in the history
Fix incorrect method name from testing
  • Loading branch information
justin-richling authored Jul 12, 2024
1 parent 8e1f324 commit 1e5f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plotting/zonal_mean.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def my_formatwarning(msg, *args, **kwargs):

warnings.formatwarning = my_formatwarning

def zonal_mean_B(adfobj):
def zonal_mean(adfobj):

"""
Plots zonal average from climatological files (annual and seasonal).
Expand Down

0 comments on commit 1e5f250

Please sign in to comment.