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
If I want to submit a dictionary and splat it to a python function object, I cannot use **dict which the python code expects but julia errors out because julia tries to call ** operator. How do I submit to python backend the ** operator? Is there a PythonCall.py function to do the splatting?
The text was updated successfully, but these errors were encountered:
Please direct any other questions to github discussions.
Hi,
If I want to submit a dictionary and splat it to a python function object, I cannot use **dict which the python code expects but julia errors out because julia tries to call ** operator. How do I submit to python backend the ** operator? Is there a PythonCall.py function to do the splatting?
The text was updated successfully, but these errors were encountered: