We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MWE:
using Distributed addprocs(1) @everywhere using Quantica function get_g() g = LP.linear() |> hopping(1) |> attach(nothing, cells = 0) |> greenfunction return g[1] end g = get_g() remotecall_fetch(g, 2, 0)
After #323 this errors with
ERROR: On worker 2: TypeError: in typeassert, expected Symbol, got a value of type String
Note that before #323, g gets properly serialized and sent to remote workers
g
The text was updated successfully, but these errors were encountered:
nameof
Successfully merging a pull request may close this issue.
MWE:
After #323 this errors with
Note that before #323,
g
gets properly serialized and sent to remote workersThe text was updated successfully, but these errors were encountered: