Skip to content

Commit 8a5379f

Browse files
committed
add entropy module unit tests
1 parent 6e7acda commit 8a5379f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#----------------- High-level module tests ------------------
88
# does the calculator run on module functions (yes/no)?
99
@pytest.mark.parametrize("x", [
10-
"medical", "extreme", "criticality", "correlation", "information"])
10+
"medical", "extreme", "criticality", "correlation", "information", "entropy"])
1111
def test_module_basic(x):
1212
# basic checks on medical module
1313
data = get_dataset(which="sinusoid")

0 commit comments

Comments
 (0)