There was an error while loading. Please reload this page.
1 parent bc1eae8 commit 0d95e59Copy full SHA for 0d95e59
1 file changed
tests/test_non_normalized_decorator.py
@@ -109,6 +109,7 @@ def test_stump(T, m):
109
if T.ndim > 1:
110
T = T.copy()
111
T = T[0]
112
+ # else T is already 1D, no need to index
113
114
ref = aamp(T, m)
115
comp = stump(T, m, normalize=False)
0 commit comments