Skip to content

Commit

Permalink
lint again, builds locally but fails remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Dec 11, 2023
1 parent 575f1a4 commit ccb84ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_qini_score():
assert isclose(full_result["learner_1"], learner_1_result["learner_1"])
assert isclose(full_result["learner_2"], learner_2_result["learner_2"])


def test_multiqini():
np.random.seed(42)
n = 1000
Expand Down

0 comments on commit ccb84ad

Please sign in to comment.