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
Currently, the types of the parameters and state fields being output to Python is checked with a set of dynamics casts. This is okay for our small set of types but we really should update this to leverage the double dispatch pattern or something similar. Perhaps the state fields could return a variant directly.
The text was updated successfully, but these errors were encountered:
Currently, the types of the parameters and state fields being output to Python is checked with a set of dynamics casts. This is okay for our small set of types but we really should update this to leverage the double dispatch pattern or something similar. Perhaps the state fields could return a variant directly.
The text was updated successfully, but these errors were encountered: