Skip to content

Fix for App.__sync_parameters, data and _auto_parameters

Vincent Delbar requested to merge autoparameters into develop

Fix #86 (closed)

  • Fix for parameters found in App.data (for example Input.data)
  • Fix missing param values in autoparameters
    • Enh for OrthoRectification (see failed pipeline logs)
    • Big enh for ManageNodata
    • Big enh for OpticalCalibration (we need #107 (closed))
  • Do not store parameters ending with "ram" or "default" in _auto_parameters
  • Added pytest verbose mode to CI
  • Apply autoformat
Edited by Vincent Delbar

Merge request reports