Grissess / simula

A graphical network editor, model library, and dataflow programming language for Python
GNU General Public License v3.0
3 stars 1 forks source link

If then i | print #2

Closed JacobErnst98 closed 8 years ago

Grissess commented 8 years ago

Can be achieved using SubsimFilter and SubsimMap to test a single list, and do something with that value if the test succeeds. This is admittedly awkward, and SubsimIf is under consideration. Edge detection is also difficult at the moment (a new node would be easy to create). See also #10.