Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Dec 12, 2024
1 parent 9c43dff commit 453aea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/metrics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
@test stats.false_positives == 0
@test stats.false_negatives == 0
@test isnan(stats.f1)
@test isnan(stats.true_positive_rate)
@test isnan(stats.false_negative_rate)

c = [0 2
0 6]
Expand Down

0 comments on commit 453aea7

Please sign in to comment.