Skip to content

Composite application bugfix

Antoine Regimbeau requested to merge bug_composite into develop

Summary

Closes #1712

Rationale

In composite application, when one want to use parameters from internal application one need to be sure that it uses the parameter type. Eg. do not get the filename of an input if it can be set with an in-memory object (see diff for use case).

Tests

No test for this case, but composite application dev should try their app with an input filenameless.

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
Edited by Antoine Regimbeau

Merge request reports