You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two branches are supposed to be equal, but they return different results.
a) "kbh dpi" of branch A, generate an error, and GetBeamlineInfo return some results.
These results are not consistent with what is pecified in "kbh dpi". This behavior is strange.
b)"kbh dpi" of branch A, generate an error, and GetBeamlineInfo, if executed independently, also cast an error, as there is no input signal. This behavior is as expected.
What to do
Capture ANY error that is generated from wiser widget, so that:
1) A "fake" output data is returned, containing at least the beamline (new feature)
2) The error message is still displayed (as it is now)
3) The execution is interrupted (as it is now)
Why is it happening a)? Obviously this behavior is not reproducible in an easy way.
The text was updated successfully, but these errors were encountered:
Yes, after reading a bit around this is perfectly fine behaviour. I will make the two try: except: statements and let the code continue executing even if the wavefront can't be calculated.
The two branches are supposed to be equal, but they return different results.
a) "kbh dpi" of branch A, generate an error, and GetBeamlineInfo return some results.
These results are not consistent with what is pecified in "kbh dpi". This behavior is strange.
b)"kbh dpi" of branch A, generate an error, and GetBeamlineInfo, if executed independently, also cast an error, as there is no input signal. This behavior is as expected.
What to do
1) A "fake" output data is returned, containing at least the beamline (new feature)
2) The error message is still displayed (as it is now)
3) The execution is interrupted (as it is now)
The text was updated successfully, but these errors were encountered: