Mercurial > repos > bimib > marea_2_0
changeset 143:c2f20844b3e3 draft
Uploaded
author | luca_milaz |
---|---|
date | Tue, 02 Jul 2024 22:41:33 +0000 |
parents | bf33e2cd2a0d |
children | 2113dd161b76 |
files | marea_2_0/flux_sampling.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Tue Jul 02 22:39:07 2024 +0000 +++ b/marea_2_0/flux_sampling.py Tue Jul 02 22:41:33 2024 +0000 @@ -200,7 +200,7 @@ # load custom model - model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]), "xml") + model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs), "xml")