changeset 153:df605472b0fd draft

Uploaded
author luca_milaz
date Wed, 03 Jul 2024 11:28:44 +0000
parents e4b2fa92aefc
children 9fa2a27f341c
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Wed Jul 03 11:27:52 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Wed Jul 03 11:28:44 2024 +0000
@@ -15,12 +15,10 @@
         <![CDATA[
         python $__tool_directory__/flux_sampling.py
         --tool_dir $__tool_directory__
-        --inputs $inputs
-        #set $names = ""
-        #for $input in $inputs:
-            #set $names = $names + $input.element_identifier + ","
+        #for $key in $inputs.keys()
+            --name $key
+            --input $inputs[$key]
         #end for
-        --names $names
         #if $algorithm_param.algorithm == 'OPTGP':
         	--thinning $thinning
         #end if