This repository was archived by the owner on Apr 20, 2020. It is now read-only.
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
slot.value is different from slot[:].wait() #76
Open
Description
Assuming we have some slot called slot
:
d = {0 : "astring"}
slot.setValue(d)
slot[:].wait() # returns the full dictionary
slot.value # returns the string "astring"
Slot.value()
assumes that the value was wrapped in a numpy.ndarray
. Either this should happen automatically in Slot.setValue()
, or this assumption should be weakened.
Metadata
Metadata
Assignees
Labels
No labels