materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
351 stars 184 forks source link

Indexable Workflows + Fireworks #477

Closed janosh closed 2 years ago

janosh commented 2 years ago

Follow up to #464 that made Workflow and Firework iterable.

first_fw = wf[0]
third_firetask = first_fw[2]