Revert "Merge branch 'bugfix-streamingwarpfilter-empty-region' into 'develop'"
Compare changes
This reverts merge request !557 (merged)
MR !557 (merged) fixes a bug but breaks streaming for pipelines including a StreamingWarpImageFilter
in certain situations: since with this patch the filter does not set any requested region at all, if the previous requested region was set to largest possible region for some reasons, then pipeline update will load full input in memory.
We need to find another patch for this bug.
CI did not show the problem, which I believe is because we only use small data that fit in memory to test this filter.
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit