caseyagraff / dagma

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

Support for file-only nodes #11

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

Support nodes that do not / can not directly return the output. Instead the output of the node must be read from the save locations.

This node type requires both save/load to be defined.