-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue with error handling in setSLMImage
#76
Comments
Thanks. This looks like a pymmcore problem (the hand-written wrapper is not handling exceptions), so transferred. |
Although this is indeed a pymmcore, not MMCore, problem, it turns out that MMCoreJ has the exact same problem (not handling exceptions). So I filed micro-manager/mmCoreAndDevices#309 for that. |
Thanks for working on this guys. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this belongs here in or in pymmcore but the following code crashes python:
giving the following output:
While I certainly expect an error to be thrown, I don't expect this cause python to crash, contrast with the same situation for
snapImage
:which gives:
The text was updated successfully, but these errors were encountered: