# HG changeset patch
# User luca_milaz
# Date 1758549283 0
# Node ID b06b28b94ae376c671883e61a0c461579b6684ab
# Parent 227a1031ae47251346f902adf788249726555299
Uploaded
diff -r 227a1031ae47 -r b06b28b94ae3 COBRAxy/flux_simulation_beta.xml
--- a/COBRAxy/flux_simulation_beta.xml Mon Sep 22 13:51:43 2025 +0000
+++ b/COBRAxy/flux_simulation_beta.xml Mon Sep 22 13:54:43 2025 +0000
@@ -44,16 +44,17 @@
--algorithm $sampling_params.algorithm_param.algorithm
--n_batches $sampling_params.n_batches
--n_samples $sampling_params.n_samples
+ --seed $sampling_params.seed
--output_type "${",".join(map(str, $sampling_params.output_types))}"
#else:
--thinning 0
--algorithm CBS
--n_batches 1
--n_samples 0
+ --seed 0
--output_type "mean"
#end if
- --seed $seed
--output_type_analysis "${",".join(map(str, $output_types_analysis))}"
#if 'FVA' in str($output_types_analysis):
@@ -114,11 +115,11 @@
+
+
-
-