BeamIO-Inc / algorithm_toolkit

This project provides an easy way for researchers and developers to develop and share algorithms related to geospatial data and imagery.
https://algorithm-toolkit.readthedocs.io/en/latest/index.html
MIT License
6 stars 4 forks source link

Algorithm and outputs should be tied in the chain-builder #9

Closed ryanlaclair closed 3 years ago

ryanlaclair commented 5 years ago

When removing an algorithm from a chain in the chain-builder it's outputs (used as inputs to other algorithms) should be automatically removed as well. They current are not, and an IndexError: list index out of range is thrown at chain runtime.

chriswilley commented 3 years ago

Resolved in v0.1.3