Resolve "pipeline containing a BandMath failed"
All threads resolved!
All threads resolved!
Summary
- Add missing checks on existing
m_Image
andm_OutputCaster
- Add C++ and python test
Rationale
Closes #1899 (closed)
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
votes from core developers, no vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
- Optionally, run
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit
Merge request reports
Activity
changed milestone to %7.0.0
added bug label
- Resolved by Victor Poughon
added 5 commits
Toggle commit listmentioned in issue #1909
ok I have pushed a few commits that:
- Add a check for an existing caster, and raise an exception
- Improve the error message in case of multiple calls with different types
- Add 3 tests for GetImage to test the various code paths (image/filename, same/different types)
And I also opened issue #1909 to begin work on a further refactor of GetImage that does beyond fixing the original bug of this MR (#1899 (closed))
Edited by Victor Poughonmentioned in commit 0ebe000d
Please register or sign in to reply