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

Fix tests and fix install in Python 3 #35

Merged
merged 8 commits into from Jun 1, 2018

Conversation

jdavid
Copy link
Member

@jdavid jdavid commented May 29, 2018

  • The first 4 commits are small changes done 1 year ago that I forgot to submit.
  • The next commit fixes unit tests: unit tests don't pass with new versions of basemap (1.0.8 or 1.1.0)
  • The commit after fixes python setup.py install in Python 3
  • The last commit configures Travis to test Python 3.6 as well

I don't think it's worth updating to use latest basemap because basemap is deprecated, see https://matplotlib.org/basemap/users/intro.html#cartopy-new-management-and-eol-announcement

Eventually basemap should be replaced by cartopy, will open an issue for that.

Problem is the FortFlex.so name was hardcoded, but in Python extensions
are suffixed so it may look like FortFlex.cpython-36m-x86_64-linux-gnu.so
@jdavid jdavid changed the title Fix tests Fix tests and fix install in Python 3 Jun 1, 2018
@jfburkhart jfburkhart merged commit df523f9 into spectraphilic:master Jun 1, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants