Skip to content

Commit

Permalink
DM-47414: remove test long guider ROI as there is no longer a fork in…
Browse files Browse the repository at this point in the history
… behavior between long and short ROI specs.
  • Loading branch information
kfanning committed Dec 18, 2024
1 parent 1e24300 commit f10e809
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions doc/news/DM-47414.removal.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
::::::::::::::
doc/news/DM-47414.removal.rst
::::::::::::::
In base_camera.py, remove support for splitting guider ROI specs into multiple part. Size limit no longer exists.

7 changes: 6 additions & 1 deletion tests/maintel/test_lsstcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,12 @@ async def test_init_guider(self) -> None:

roi_spec = ROISpec(
common=roi_common,
roi=dict(R40_SG0=roi),
roi=dict(
R40_SG0=roi,
R01_SG0=roi,
R02_SG0=roi,
R03_SG0=roi,
),
)

# initialize guiders
Expand Down

0 comments on commit f10e809

Please sign in to comment.