[fix] METEOR GUI: clean-up for z-stack error#3310
Conversation
Some missing changes from the review. Mainly, declare explicitly the attribute in the `__init__()`.
📝 WalkthroughWalkthroughThis change enhances error handling for z-stack operations in the CryoAcquiController. A new Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR addresses missing changes from a previous review related to z-stack error handling in the METEOR GUI. The main change explicitly declares the _zstack_error attribute in the __init__() method to ensure proper initialization.
Key Changes:
- Explicitly initialize
_zstack_errorattribute in the constructor with proper type annotation and documentation - Add
can_acquirevariable initialization in the acquisition time update method
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@pieleric what review do these changes relate to? |
Some missing changes from the review of commit d7b3957 (METEOR GUI: handle better incorrect z-stack parameters). Mainly, declare explicitly the attribute in the
__init__().