Mercurial > repos > bimib > marea_2_0
changeset 158:5e913f9526be draft
Uploaded
author | luca_milaz |
---|---|
date | Wed, 03 Jul 2024 12:04:23 +0000 |
parents | 84daa8e1816b |
children | 0659e109f475 |
files | marea_2_0/flux_sampling.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Wed Jul 03 11:56:46 2024 +0000 +++ b/marea_2_0/flux_sampling.py Wed Jul 03 12:04:23 2024 +0000 @@ -212,7 +212,10 @@ #model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs), "xml") model = load_custom_model( - utils.FilePath.fromStrPath(ARGS.input), utils.FilePath.fromStrPath(ARGS.name).ext) + utils.FilePath.fromStrPath(ARGS.input.split(",")[0]), utils.FilePath.fromStrPath(ARGS.name.split(",")[0]).ext) + + model = load_custom_model( + utils.FilePath.fromStrPath(ARGS.input.split(",")[1]), utils.FilePath.fromStrPath(ARGS.name.split(",")[1]).ext)