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.
BUG: Fix get_subsets when XOR is involved (spacetelescope#3124)
* TST: Modify test to expose bug in main * Fix the bug and add more tests * Maybe should not backport * Fix XOR logic flaw and add more tests. Co-authored-by: Jesse Averbukh <javerbukh@stsci.edu> * Simplify lo/hi logic Co-authored-by: Brett M. Morris <bmmorris@stsci.edu> --------- Co-authored-by: Jesse Averbukh <javerbukh@stsci.edu> Co-authored-by: Brett M. Morris <bmmorris@stsci.edu>
- Loading branch information
1 parent
31ac58f
commit 7826a99
Showing
4 changed files
with
158 additions
and
70 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 |
---|---|---|
|
@@ -45,6 +45,8 @@ Mosviz | |
Specviz | ||
^^^^^^^ | ||
|
||
- Fixed ``viz.app.get_subsets()`` for XOR mode. [#3124] | ||
|
||
Specviz2d | ||
^^^^^^^^^ | ||
|
||
|
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