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.
ensure footprints display when added before linking (spacetelescope#2797
) * when footprint added before linking, make sure they display when link is updated * add change log * add ability to restore overlay selection * call _preset_args_changed instead of changing selection * internalize bug fix and add test coverage * add comment explaining link change loop * change fp to footprint in comments * address case where default overlay is created in init * change np.ones() to np.ones(()) for testing * trigger CI --------- Co-authored-by: Kyle Conroy <kyleconroy@gmail.com>
- Loading branch information
Showing
3 changed files
with
74 additions
and
18 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