Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Oct 27, 2023
1 parent 0977632 commit a890774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_k_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
@pytest.mark.parametrize(
"kappa, expected",
[
(0.0, 0.0),
(0.5, 0.5),
("fuller(1)", 1),
("fuller(0.2)", 0.2),
("FULLER(4)", 4),
Expand Down

0 comments on commit a890774

Please sign in to comment.