Skip to content

Commit

Permalink
Add missing "bias" method to verification interface (#330)
Browse files Browse the repository at this point in the history
The BIAS method was not available with the 'get method' function, because it was missing from the name list. Therefore I added it.
  • Loading branch information
Joep1999 committed Jun 9, 2023
1 parent 500f23e commit ae849fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysteps/verification/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def get_method(name, type="deterministic"):
# categorical
if name in [
"acc",
"bias",
"csi",
"f1",
"fa",
Expand Down

0 comments on commit ae849fd

Please sign in to comment.