potash / drain

pipeline library
MIT License
12 stars 5 forks source link

non-target input sources should be dependencies #46

Closed potash closed 6 years ago

potash commented 7 years ago

if A -> B where B is a target and A is not, then the drake line for B will currently look like:

B/dump <- B/step, B.py

but A.py should be a dependency.

potash commented 6 years ago

This is already fixed in master and has been since at least 5d6c88b7.