changeset 477:f3c3af900de2 draft

Uploaded
author luca_milaz
date Mon, 22 Sep 2025 15:50:03 +0000
parents fa9ee9ff66cd
children 78b28b2ee1f0
files COBRAxy/flux_simulation_beta.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_simulation_beta.py	Mon Sep 22 15:45:08 2025 +0000
+++ b/COBRAxy/flux_simulation_beta.py	Mon Sep 22 15:50:03 2025 +0000
@@ -348,6 +348,8 @@
         List[pd.DataFrame]: A list of DataFrames containing statistics and analysis results.
     """
 
+    returnList = []
+
     if ARGS.sampling_enabled == "true":
     
         if ARGS.algorithm == 'OPTGP':