-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editing utils.py to patch py27 functionality (#193)
* adding ability to have user-defined modes in CommonGP * fixing lint issues * adding dynamic partial files * adding code for dynamic BayesEphem * fixing ephemeris tests * fixing ephemeris tests * fixing ephemeris tests * fixing to allow py27 support * running travis tests on py2 and py3 * changing numpy requirements * changing python requirements * patching to avoid crashing when python2 is used with gp coefficients * final lint corrections
- Loading branch information
1 parent
b6808ad
commit 1a1c9d9
Showing
5 changed files
with
238 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ language: python | |
cache: pip | ||
|
||
python: | ||
- "2.7.15" | ||
- "3.6" | ||
|
||
before_install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy==1.16.0 | ||
numpy==1.16.3 | ||
scipy==1.2.0 | ||
ephem>=3.7.6.0 | ||
Cython==0.28.5 | ||
|
Oops, something went wrong.