TST: numpy dev failures for visualization
See original GitHub issueExample log: https://travis-ci.org/astropy/astropy/jobs/442639772
Snippets:
astropy/visualization/scripts/tests/test_fits2bitmap.py
astropy/visualization/tests/test_norm.py
astropy/visualization/wcsaxes/tests/test_frame.py
astropy/visualization/wcsaxes/tests/test_images.py
E DeprecationWarning: np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead
astropy/visualization/wcsaxes/tests/test_images.py
E ValueError: need at least one array to concatenate
cc @astrofrog @mhvk
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Mailman 3 Issue #1162: Test failures under numpy 1.11 beta ...
Currently the following test failures are generated under the NumPy 1.11.0b1 ... File "/Users/goldbaum/Documents/yt-hg/yt/visualization/plot_window.py", ...
Read more >101 NumPy Exercises for Data Analysis (Python) - ML+
The goal of the numpy exercises is to serve as a reference as well ... How to compute the mean, median, standard deviation...
Read more >Practical Tutorial on Data Manipulation with Numpy and ...
Detailed tutorial on Practical Tutorial on Data Manipulation with Numpy and Pandas in Python to improve your understanding of Machine Learning.
Read more >Data Visualization with Python - GeeksforGeeks
In this tutorial, we will discuss how to visualize data using Python. data visualization using python. Python provides various libraries that ...
Read more >Look Ma, No For-Loops: Array Programming With NumPy
It is sometimes said that Python, compared to low-level languages such as C++, improves development time at the expense of runtime. Fortunately, there...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(actually it has already been fixed in upstream mpl (https://github.com/matplotlib/matplotlib/pull/12478), so only a matter of time when the error is going away in our CI)
No worries! Good catch on the matplotlib one.