diff COBRAxy/flux_simulation_beta.py @ 477:f3c3af900de2 draft

Uploaded
author luca_milaz
date Mon, 22 Sep 2025 15:50:03 +0000
parents c91c502f12e9
children a036b8d3642f
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':