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

test errors on python3, matplotlib 2.0.2 #103

Open
tomr-stargazer opened this issue Jul 3, 2017 · 2 comments
Open

test errors on python3, matplotlib 2.0.2 #103

tomr-stargazer opened this issue Jul 3, 2017 · 2 comments

Comments

@tomr-stargazer
Copy link

Hi all,

I ran into the following test errors on a fresh install of corner today:

https://gist.github.com/tomr-stargazer/b2271fda034533d084f6db94f163fdc9

relevant software versions:
nosetests --version
nosetests version 1.3.7

python -c 'import matplotlib; print(matplotlib.version)'
2.0.2

python --version
Python 3.6.0 :: Anaconda custom (x86_64)

@tomr-stargazer
Copy link
Author

commit fe4216f of corner.py if that is relevant

@dfm
Copy link
Owner

dfm commented Jul 3, 2017

The first error is because you need to install pandas :-)

For the rest of them, this happens because the reference images were generated before the release of MPL v2.0. We'll need to generate new reference images for v2.0.

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

2 participants