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

Subsims cannot have poly-inputs! #13

Open JacobErnst98 opened 8 years ago

JacobErnst98 commented 8 years ago

Important

Grissess commented 8 years ago

As a workaround, subsims can accept lists, and Sequences/InputList has a usable polyinput that emits a list. Actual implementation of polyinputs would be unwieldy at best based on current interfaces.