-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* try to expand test coverage expand test coverage fix test failure for dask trivial whitespace change? try to emulate astropy/astroquery#2626 that last one seems to maybe have broken CI? undoing the CI changes try putting things on one line ? try changing ubuntu-latest to linux based on the versions-manifest, which doesn't mention ubuntu at all try changing 3.10 -> '3.10' instead of the linux change shorten job names so we can see the whole name in the sidebar of gh-actions add a mask setter to solve problem where numpy masked arrays are trying to set the mask attribute but being blocked from doing so drop openfiles b/c it's deprecated (not sure what we're supposed to replace it with yet) make some of the failing tests more extensive and explicit * split a test onto more lines to try to pin down where the error is coming from (pdb revealed that code that succeeded on the previous line is the direct source of this failure) fix mistake add a new test for "all" add all-dev and remove -openfiles from windoze move dev dependenc installs from tox to setup.cfg whitespace and naming expand test coverage yet again: try dev w/o novis/all separate out 'viz' from 'noviz' fix a typo.... add extras that were all missing into tox.ini make sure basic tests use latest numpy rearrange and make tests more granular still drop 3.7 from grid b/c astropy 5.2.1 doesn't support it see if pvextractor can be included in the "good" viz hack around astropy 14514 hack needs to be hackier b/c _new_view didn't always have finalize= option try to run tests w/dev branch fix syntax fix install url fix name again? try to fix last exception allow for three types of error? this might not be the right approach fix test again remove mask setter - I'm not sure it was actually needed, I think that might have been a side-effect error caused by something else? Pushing this to run tests to check; may neeed to partially revert this if tests fail set ndim fix the naxis defn restore the mask setter, it _is_ needed reproject high_level_wcs fix merged; revert to master in tests fix names of # of dims * revert to my branch, even though it was merged, to see if that can make tests go green again * try using astropy nightly wheels. This might inadvertently make tests go green for <24h b/c the breaking change is <8h old, but the intent is to make builds faster change order of commands oh, I just had stupidly pasted in setup.cfg too * put some sticky tape over the check engine light.
- Loading branch information
Showing
9 changed files
with
117 additions
and
62 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
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