Skip to content

Modifications for file parameters

Marie Houillon requested to merge file_parameters into master

What does this MR do?

  • Modification of the parameter types for file parameters, from string to RFile or WFile.
  • Add the possibility for the user to provide the extension when providing a file as parameter.

Example: For now openCARP [...] -stimulus[0].vtx_file stim.vtx wasn't valid, but openCARP [...] -stimulus[0].vtx_file stim was.

Now both should be valid.

Related issues

#65 (closed)

Author's checklist

  • Follow the Contribution Guidelines.
  • Apply the appropriate labels.
  • The html pipeline will only work again after it ran once in the master branch.

Reviewer's checklist

All reviewers can help ensure accuracy, clarity, completeness, and adherence to the Contribution Guidelines.

Reviewer

  • Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.

Maintainer

  • Review by assigned maintainer, who can always request/require the above reviews.
  • Ensure a release milestone is set.
Edited by Axel Loewe

Merge request reports