We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89745 commit 59f1d7cCopy full SHA for 59f1d7c
tests/conftest.py
@@ -46,7 +46,7 @@ def breast_cancer():
46
def make_whas500():
47
"""Load and standardize WHAS500 data."""
48
def _make_whas500(with_mean=True, with_std=True, to_numeric=False):
49
- x, y, = load_whas500()
+ x, y = load_whas500()
50
if with_mean:
51
x = standardize(x, with_std=with_std)
52
if to_numeric:
0 commit comments