Skip to content
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
@kemaleren

Description

@kemaleren

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions