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
@flow
Hinges on two things:
__getitem__
__getattr__
Job
The text was updated successfully, but these errors were encountered:
We might be able to use Covalent as an intermediary to get the Jobflow Flow since they have a nice compiler for the Lattice objects.
Flow
Lattice
import covalent as ct import json @ct.electron def add(a, b): return a+b @ct.lattice def my_flow(a, b): return add(a, b) my_flow.build_graph(1, 2) json.loads(my_flow.transport_graph.serialize_to_json())
Sorry, something went wrong.
No branches or pull requests
What new feature would you like to see?
Hinges on two things:
__getitem__
and__getattr__
🧙magic🧙♀️ methods forJob
materialsproject/jobflow#450The text was updated successfully, but these errors were encountered: