Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Jan 9, 2025
1 parent 3f35b90 commit a718b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ New Features
- Viewer data-menus are now found in the legend on the right of the viewer. [#3281]

- Added 'select_rows' method to plugin tables to enable changing
curent selection by indicies or slice. Also added 'select_all' method to
change active selection to all table items. [#3381]
curent selection by indicies or slice. Also added 'select_all' and 'deselect_all'
methods to change active selection to all table items or clear all selected
items without clearing the table. [#3381]


Cubeviz
Expand Down
1 change: 0 additions & 1 deletion jdaviz/configs/imviz/tests/test_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,3 @@ def test_select_catalog_table_rows(imviz_helper, image_2d_wcs, tmp_path):
# test deselect all
catalogs_plugin.deselect_all()
assert len(plugin_table.selected_rows) == 0

0 comments on commit a718b4f

Please sign in to comment.