changeset 140:7f9f64446e05 draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 22:33:24 +0000
parents 56e3758679bb
children 72453ba5e5d3
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	Tue Jul 02 22:30:05 2024 +0000
+++ b/marea_2_0/flux_sampling.py	Tue Jul 02 22:33:24 2024 +0000
@@ -195,12 +195,12 @@
 
 
     utils.logWarning(
-        utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]),
+        utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0], "xml"),
         ARGS.out_log)
 
 
     # load custom model
-    model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]))
+    model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]), "xml")