forked from spacetelescope/jdaviz
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NaN handling in cube fitting (spacetelescope#3191)
* Fix NaN handling in cube fitting Remove debugging prints, add comment for context Codestyle, changelog Remove unit conversion stuff to just fix NaN handling * Move changelog * Add test * Codestyle * Adding test for spectrum with existing mask * Fix a couple bugs with a loading a masked cube * Linking fix for case with extra components like mask * Test mask addition behavior with a subset instead * Codestyle * Ignore UserWarning for Ubuntu tests * Update jdaviz/configs/default/plugins/model_fitting/tests/test_fitting.py Co-authored-by: P. L. Lim <[email protected]> * Do this as in above test --------- Co-authored-by: P. L. Lim <[email protected]>
- Loading branch information
Showing
6 changed files
with
56 additions
and
6 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