-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve get_subsets performance for single subset case (#3363)
* Don't loop through all subsets in get_subset if one is requested, act on lowercase labels * Don't mess with lowercasing labels * get rid of debugging prints * Add changelog * Move name check to start, sort printed list in error * Update jdaviz/app.py Co-authored-by: P. L. Lim <[email protected]> * Update jdaviz/app.py Co-authored-by: P. L. Lim <[email protected]> --------- Co-authored-by: P. L. Lim <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
10 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