-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tickets/dm 41806 #127
Tickets/dm 41806 #127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I only have a couple comments I hope you consider before I can approve it.
Also, can you please fix the GitHub lint action? you need to update this with the following:
$CONDA/bin/conda install -c lsstts -c conda-forge pre-commit ts-pre-commit-config python=3.11 -y
self.log.debug("Closing dome dropout door...") | ||
await self.rem.atdome.cmd_moveShutterDropoutDoor.set_start( | ||
open=False, timeout=self.open_dropout_door_time | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to wait for the dropout to close right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright. Take a look to see if it is ok now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice of you to update this, but this needs to be deprecated.
86815ab
to
667e141
Compare
667e141
to
06d325b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! thanks!
Hi Tiago,
I have the unit test passing, but I realized that some auxiliary methods added to the mock modules may be unnecessary. Waiting for your feedback to merge it and finish the corresponding SAL scripts.