Skip to content

Commit

Permalink
Typo tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Aug 23, 2016
1 parent 8446dbb commit cb2a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pcmdi/bias.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def compute(dm, do):
}
dif = MV2.subtract(dm, do)
return MV2.float(cdutil.averager(dif,axis='xy',weights='weighted'))
# return MV2.float(MV2.average(MV2.subtract(dm, do))) depricated - does not use area weights
# return MV2.float(MV2.average(MV2.subtract(dm, do))) deprecated - does not use area weights

0 comments on commit cb2a265

Please sign in to comment.