Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.7 Deprecations #72

Open
CCampJr opened this issue May 21, 2019 · 0 comments
Open

Python 3.7 Deprecations #72

CCampJr opened this issue May 21, 2019 · 0 comments

Comments

@CCampJr
Copy link
Owner

CCampJr commented May 21, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant