Skip to content

Commit ae849fd

Browse files
authored
Add missing "bias" method to verification interface (#330)
The BIAS method was not available with the 'get method' function, because it was missing from the name list. Therefore I added it.
1 parent 500f23e commit ae849fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pysteps/verification/interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def get_method(name, type="deterministic"):
172172
# categorical
173173
if name in [
174174
"acc",
175+
"bias",
175176
"csi",
176177
"f1",
177178
"fa",

0 commit comments

Comments
 (0)