# HG changeset patch # User luca_milaz # Date 1758556203 0 # Node ID f3c3af900de223bfae42bb66d4e98fd9da4acede # Parent fa9ee9ff66cd005f7b1c89aa3747fe7510055e06 Uploaded diff -r fa9ee9ff66cd -r f3c3af900de2 COBRAxy/flux_simulation_beta.py --- 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':