Skip to content

Commit

Permalink
Fix expected result for nan in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Aug 30, 2024
1 parent 302e1a5 commit 7374b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audpsychometric/core/gold_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def agreement_numerical(
>>> agreement_numerical([0, 0], 0, 1)
1.0
>>> agreement_numerical([0, np.nan], 0, 1)
nan
1.0
"""
ratings = np.atleast_2d(np.array(ratings))
Expand Down

0 comments on commit 7374b90

Please sign in to comment.