Open
Description
I remember to have talked about it some time ago, but doesn't it make more sense to do like in pyiron_base
to define one class for the states, like initialised
, running
, failed
, finished
? If I understand the current implementation correctly, it is technically not impossible to set both running
and failed
to true, but it should be logically impossible right? Also I find it difficult to understand what are possible states, because running
and failed
are listed among a lot of items on the base level of Node
.
Metadata
Metadata
Assignees
Labels
No labels