pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Allow continuing after failure in for-loops #397

Open liamhuber opened 3 months ago

liamhuber commented 3 months ago

I.e. if one or more children in the For-macro fail, just log their output as NOT_DATA and keep going. Should be optional, and I'm comfortable making it default to True.