Skip to content

Commit fc0a361

Browse files
committed
add unit tests for distribution module
1 parent 3640120 commit fc0a361

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
@@ -8,7 +8,7 @@
88
# does the calculator run on module functions (yes/no)?
99
@pytest.mark.parametrize("x", [
1010
"medical", "extreme", "criticality", "correlation", "information", "entropy",
11-
"stationarity"])
11+
"stationarity", "distribution"])
1212
def test_module_basic(x):
1313
# basic checks on medical module
1414
data = get_dataset(which="sinusoid")

0 commit comments

Comments
 (0)