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
For certain methods there are reports of seeing set calls that never complete. This essentially ruins the entire IPython session. This was solved by implementing a default set_timeout. However, this issue needs to be truly understood to prevent this from occurring in the future.
For certain methods there are reports of seeing
set
calls that never complete. This essentially ruins the entire IPython session. This was solved by implementing a defaultset_timeout
. However, this issue needs to be truly understood to prevent this from occurring in the future.https://github.com/slaclab/HXRSnD/blob/8ec3e29b6fa9db7f6138f33f616d699ee7105bd0/hxrsnd/aerotech.py#L378-L397
The text was updated successfully, but these errors were encountered: