question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TST: numpy dev failures for visualization

See original GitHub issue

Example 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bsipoczcommented, Oct 17, 2018

(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)

0reactions
pllimcommented, Oct 18, 2018

No worries! Good catch on the matplotlib one.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found