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

Python 3 already! #54

Merged
merged 3 commits into from
Jan 8, 2015
Merged

Python 3 already! #54

merged 3 commits into from
Jan 8, 2015

Conversation

kbarbary
Copy link
Member

This (finally) implements Python 3 support, using the six module. Currently, all tests pass on Py3 and Py2. However, I'm waiting on two things before merging this:

  • iminuit (required for fit_lc) doesn't yet support python 3. Currently the fit_lc test is simply skipped if iminuit isn't installed. I'd like to get iminuit working on Py3 and ensure that fit_lc works.
  • sncosmo still has only about 50% test coverage, so I'm worried that some untested things still don't work. Gotta up that test coverage first...

@kbarbary kbarbary mentioned this pull request Dec 29, 2014
12 tasks
kbarbary added a commit that referenced this pull request Jan 8, 2015
@kbarbary kbarbary merged commit 8fe7bbd into sncosmo:master Jan 8, 2015
@kbarbary
Copy link
Member Author

kbarbary commented Jan 8, 2015

Testing is up, at least a bit, and I'm getting tired of waiting on iminuit, so I'm merging this now.

@kbarbary kbarbary deleted the py3 branch January 8, 2015 01:26
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

1 participant