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 example in the docs for register_descriptor suggests that datavalues is an array of dicts, when the actual type is a dict. This confused me for a while when working on descriptor registration for HWI.
The example in the docs for
register_descriptorsuggests thatdatavaluesis an array of dicts, when the actual type is a dict. This confused me for a while when working on descriptor registration for HWI.