caseyagraff / dagma

A lightweight pipelining tool for computation.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Allow nodes to take keyword arguments #21

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

Currently, nodes only accept positional arguments.

Can we support keyword arguments that are automatically filled by the correct variable?

caseyagraff commented 4 years ago

Should also support computed vars if added. #15