FAIL scipy/stats/tests/test_stats.py::TestIQR::test_scale ?
Sorry if I missed something about this, but all builds have been experiencing a failure on Travis CI Python version 3.7 lately: FAIL scipy/stats/tests/test_stats.py::TestIQR::test_scale Thoughts?
It seems to be due to a change in NumPy, I opened an issue upstream: https://github.com/numpy/numpy/issues/12737 Eric On Sat, Jan 12, 2019 at 9:14 PM Matt Haberland <haberland@ucla.edu> wrote:
Sorry if I missed something about this, but all builds have been experiencing a failure on Travis CI Python version 3.7 lately:
FAIL scipy/stats/tests/test_stats.py::TestIQR::test_scale
Thoughts? _______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
Given the state of the issue, I can write up a patch shortly, since the original was my PR to begin with. Regards, - Joe On Mon, Jan 14, 2019 at 10:12 AM Eric Larson <larson.eric.d@gmail.com> wrote:
It seems to be due to a change in NumPy, I opened an issue upstream:
https://github.com/numpy/numpy/issues/12737
Eric
On Sat, Jan 12, 2019 at 9:14 PM Matt Haberland <haberland@ucla.edu> wrote:
Sorry if I missed something about this, but all builds have been experiencing a failure on Travis CI Python version 3.7 lately:
FAIL scipy/stats/tests/test_stats.py::TestIQR::test_scale
Thoughts? _______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
participants (3)
-
Eric Larson -
Joseph Fox-Rabinovitz -
Matt Haberland