Skip to content

Commit

Permalink
Remove redundant error definition
Browse files Browse the repository at this point in the history
  • Loading branch information
o-P-o committed Jun 25, 2022
1 parent 6b137e8 commit d560cfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions disagree/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
ANNOTATORS_ERROR = "Invalid choice of annotators.\n Possible options: "
KRIPP_DATA_TYPE_ERROR = """Invalid 'data_type' input.\n Possible options are
(nominal, ordinal, interval, ratio)"""
MATRIX_INPUT_ERROR = """Error: The func argument must take two annotators as
arguments. You may choose joint_probability or cohens_kappa"""


def main_input_checks(df, labels):
Expand Down

0 comments on commit d560cfb

Please sign in to comment.