-
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking failing tests on Azure (#995)
* checking failing tests by pinning astropy version to 3.2.1 * printing config data for debugging * running only integral test to debug further * disabling openMP and adding debug statements * adding inttypes.h to make data types platform independent * free memory to avoid memory leaks * remove caching for spectrum_integrated
- Loading branch information
1 parent
5c90622
commit ff873fb
Showing
5 changed files
with
14 additions
and
8 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
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ dependencies: | |
- numpy=1.15 | ||
- scipy=1.1 | ||
- pandas=0.24 | ||
- astropy=3 | ||
- astropy=3.2.1 | ||
|
||
|
||
- numba=0.43 | ||
|