Skip to content

Commit

Permalink
add change log, remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Dec 5, 2024
1 parent 41b0fba commit 9806c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Imviz

* Add Roman WFI and CGI footprints to the Footprints plugin. [#3322]

- Catalog Search plugin now exposes a maximum sources limit for all catalogs and resolves an edge case
when loading a catalog from a file that only contains one source. [#3337]

Mosviz
^^^^^^

Expand Down
1 change: 0 additions & 1 deletion jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def search(self, error_on_fail=False):
if self.catalog_selected == 'From File...':
# for single source convert table information to lists for zipping
if len(self.app._catalog_source_table) == 1 or self.max_sources == 1:
table = [self.app._catalog_source_table]
x_coordinates = [x_coordinates]
y_coordinates = [y_coordinates]

Expand Down

0 comments on commit 9806c6c

Please sign in to comment.