DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

Standalone multiplexed tasks should retain outputs #723

Closed drwelby closed 5 years ago

drwelby commented 5 years ago

Mutiplexed task outputs are ignored if there are no matching multiplexed inputs. However, if a workflow only contains a single multiplexed task there are no following inputs so none of the outputs can be saved.

Removing unmatched outputs should be skipped if the workflow only contains one task.

drwelby commented 5 years ago

https://github.com/DigitalGlobe/gbdxtools/pull/730

drwelby commented 5 years ago

Manually merged to 0.16.7