caseyagraff / dagma

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

Possibly allow some graph variables to be excluded from being used in vars_file #23

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

If a graph variable is very large or not comparable it shouldn't be used in vars_file for checking if graph vars have changed.

We could allow a "volatile" list that we use to exclude certain variables.