-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestuser-friendlyMeasure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)Measure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)
Description
🚀 Feature
-
Graph._remove_engine(): Should replace all engine node graphs with the agnostic object definition and remove the added engine. -
Graph._agnostic_object(name="obj"): Should replace the engine node graph with the agnostic object definitions. - Add engine to EngineGraph & automatically connect tick if EngineNode is added.
- Add legend to dag graphs.
- Add engine: EngineSpec as argument object engine methods.
- Check that arguments of
EngineSpec.add_object()are the same forEngine.add_object(). - Per default, use the straight line style as it is less cluttered. Make linestyle an argument to the gui render function.
- Visualize all registered
EngineStatesafter anObjecthas been substituted by itsEngineGraph.
Pitch
A clear and concise description of what you want to happen.
Checklist
- I have checked that there is no similar issue in the repo (required)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuser-friendlyMeasure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)Measure to improve user-friendliness (e.g. via defensive programming, erorr checking, etc...)