You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crikit/cri/tests/test_pec.py::test_rng_redux
crikit/cri/tests/test_pec.py::test_rng_redux2D
crikit/cri/tests/test_pec.py::test_rng_redux3D
crikit/preprocess/tests/test_als.py::test_basic_redux
crikit/preprocess/tests/test_als.py::test_basic_redux_rng
crikit/preprocess/tests/test_als.py::test_2Dbasic_redux_rng
crikit/preprocess/tests/test_als.py::test_vec_asym_param_rng_redux
crikit/preprocess/tests/test_als.py::test_rng_redux_fix_rng
crikit/preprocess/tests/test_als.py::test_rng_redux_fix_rng_vecasym
crikit/preprocess/tests/test_baseline_sub.py::test_basic_redux
crikit/preprocess/tests/test_baseline_sub.py::test_basic_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_2Dbasic_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_2Dbasic_transform_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_vec_asym_param_rng_redux
crikit/preprocess/tests/test_baseline_sub.py::test_rng_redux_fix_rng
c:\Users\chc\Documents\Python\Repos\crikit2\crikit\preprocess\algorithms\abstract_als.py:82: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.
output[[*coords, self.rng]] = spl2(x)
The text was updated successfully, but these errors were encountered:
crikit/cri/tests/test_pec.py::test_rng_redux
crikit/cri/tests/test_pec.py::test_rng_redux2D
crikit/cri/tests/test_pec.py::test_rng_redux3D
crikit/preprocess/tests/test_als.py::test_basic_redux
crikit/preprocess/tests/test_als.py::test_basic_redux_rng
crikit/preprocess/tests/test_als.py::test_2Dbasic_redux_rng
crikit/preprocess/tests/test_als.py::test_vec_asym_param_rng_redux
crikit/preprocess/tests/test_als.py::test_rng_redux_fix_rng
crikit/preprocess/tests/test_als.py::test_rng_redux_fix_rng_vecasym
crikit/preprocess/tests/test_baseline_sub.py::test_basic_redux
crikit/preprocess/tests/test_baseline_sub.py::test_basic_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_2Dbasic_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_2Dbasic_transform_redux_rng
crikit/preprocess/tests/test_baseline_sub.py::test_vec_asym_param_rng_redux
crikit/preprocess/tests/test_baseline_sub.py::test_rng_redux_fix_rng
c:\Users\chc\Documents\Python\Repos\crikit2\crikit\preprocess\algorithms\abstract_als.py:82: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use
arr[tuple(seq)]
instead ofarr[seq]
. In the future this will be interpreted as an array index,arr[np.array(seq)]
, which will result either in an error or a different result.output[[*coords, self.rng]] = spl2(x)
The text was updated successfully, but these errors were encountered: