Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
vferat committed Sep 12, 2023
1 parent f3b9e1a commit 2f72ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrostates/segmentation/tests/test_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def test_compute_expected_transition_matrix_stat(ModK, inst):


@pytest.mark.parametrize("ModK, inst", [(ModK_raw, raw), (ModK_epochs, epochs)])
def test_compute_expected_transition_matrix_stat(ModK, inst):
def test_entropy(ModK, inst):
segmentation = ModK.predict(inst)
h = segmentation.entropy(ignore_self=True)
assert isinstance(h, float)
Expand Down

0 comments on commit 2f72ff5

Please sign in to comment.