Closed ryanlaclair closed 3 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.
IndexError: list index out of range
Resolved in v0.1.3
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.