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
Is your feature request related to a problem? Please describe.
It is unclear how to define default values for parameters of type actor. There is no documentation available. The current implementation seems to suggest a tuple consisting of the keyword container and a dictionary with elements image and commands. For example, it is not clear why that dictionary doesn't have the element environment instead of image?
Describe the solution you'd like
Better document the actor parameter and review the current implementation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is unclear how to define default values for parameters of type
actor
. There is no documentation available. The current implementation seems to suggest a tuple consisting of the keywordcontainer
and a dictionary with elementsimage
andcommands
. For example, it is not clear why that dictionary doesn't have the elementenvironment
instead ofimage
?Describe the solution you'd like
Better document the actor parameter and review the current implementation.
The text was updated successfully, but these errors were encountered: