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
Expected behavior is that both the image and metadata are returned.
Actual behavior:
img,metadata = future.await_image_saved(event['axes'], return_image = True, return_metadata=True)
^^^^^^^^^^^^
ValueError: too many values to unpack (expected 2)
Only the image data is being returned because line 152 from the code below never gets called (the function returns on one of the previous if statements).
Using the command:
Expected behavior is that both the image and metadata are returned.
Actual behavior:
Only the image data is being returned because line 152 from the code below never gets called (the function returns on one of the previous if statements).
pycro-manager/pycromanager/acquisition/acq_future.py
Lines 142 to 156 in eb467b4
The text was updated successfully, but these errors were encountered: