Skip to content

Commit

Permalink
remove unnessecary inputs from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 10, 2024
1 parent 0454c87 commit 845e79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/unit_tests/utils/test_analysis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

import numpy as np
from numpy.testing import assert_almost_equal, assert_array_equal, assert_raises
from numpy.testing import assert_almost_equal

from papyrus.utils import (
compute_shannon_entropy,
Expand Down

0 comments on commit 845e79b

Please sign in to comment.