Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Dec 23, 2024
1 parent 13756c3 commit 0fa3971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Bug Fixes

- Fixed bug with Plot Options select_all when data is float32. [#3366]

- Fixed an issue with back-to-back calls of set_limits and get_limits. [#3371]


Cubeviz
^^^^^^^
Expand Down
6 changes: 0 additions & 6 deletions jdaviz/configs/imviz/tests/test_viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,3 @@ def test_viewer_limits(imviz_helper):
viewer.set_limits(x_min=0, x_max=20, y_min=0, y_max=20)
limits = viewer.get_limits()
assert limits == (0, 20, 0, 20)

# calling get_limits again should also return the same original limits, but
# it doesn't, uncomment once JDAT-5050 is done
# get limits again, make sure they are the same.
# limits = viewer.get_limits()
# assert limits == (0, 20, 0, 20)

0 comments on commit 0fa3971

Please sign in to comment.