Mercurial > repos > bimib > marea_2_0
changeset 155:39d01804219c draft
Uploaded
| author | luca_milaz |
|---|---|
| date | Wed, 03 Jul 2024 11:48:00 +0000 |
| parents | 9fa2a27f341c |
| children | d90e29aa4ef5 |
| files | marea_2_0/flux_sampling.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Wed Jul 03 11:45:17 2024 +0000 +++ b/marea_2_0/flux_sampling.py Wed Jul 03 11:48:00 2024 +0000 @@ -211,8 +211,8 @@ # load custom model #model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs), "xml") - #model = load_custom_model( - #utils.FilePath.fromStrPath(ARGS.inputs), utils.FilePath.fromStrPath(ARGS.name).ext) + model = load_custom_model( + utils.FilePath.fromStrPath(ARGS.input), utils.FilePath.fromStrPath(ARGS.name).ext)
