caseyagraff / dagma

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

Duplication of warnings from ComputeNode._can_load() #16

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

_can_load() is called from _can_get_value() and from _load() which causes duplication of the warning message when the node value is loaded.