-
It would be useful to add instructions to run the tests to the contributors guide.
Especially because I also failed to run the tests :stuck_out_tongue: .
I tried the following:
```
python3.6 -m …
-
Currently there is no support for sub-graphs, although I found this, which I think makes no sense at all 😄: https://github.com/PaulSchweizer/flowpipe/blob/master/flowpipe/graph.py#L48
Let's gather …
-
I recently revamped the threading evaluation, which we use heavily, and fixed a bug. Now I wanted to release that, but it seems the release documentation[ in our contributing guide](https://github.com…
-
When setting up a workflow with flowpipe I always import the classes
`Graph`, `INode`, `InputPlug`, `OutputPlug`
and need to add three imports to it. In order to do so, I need to understand somethin…
-
We are now returning too early from the threading function because we remove the nodes from the nodes we check right after starting the thread: https://github.com/PaulSchweizer/flowpipe/blob/master/fl…
-
I was about to write some tests for the graphml stuff and noticed that `test_graph.py` would benefit a lot from more pytest fixtures. For example; `test_branching_evaluation_sequence`, `test_serialize…
-
## Signals
Signals are meant for external processes that want to observe the graph evaluation, mainly GUI applications or other visualizations and update their state according to the signals they r…
-
I got the same error as some time ago, regarding ticket #69. I thought we changed the exception catching from `TypeError` to `ValueError`. I sometime have an value which is not hasable and gives an `V…
-
The solution of a nonlinear system with TMJets stops the simulation before the time horizon in some cases. For instance, in the [Lorenz model](https://github.com/JuliaReach/ReachabilityBenchmarks/pull…
-
In my workflow, I have to update the values of some input plugs, while other input plugs are unchanged. Rather than keeping track of what I need to change, I would prefer to simply assign the values a…