# HG changeset patch # User luca_milaz # Date 1758555531 0 # Node ID c91c502f12e98f5adb8821179bc11a1f33a44f45 # Parent 6a88ae3f936f77b2b49bd2ce392d235d77c03c75 Uploaded diff -r 6a88ae3f936f -r c91c502f12e9 COBRAxy/flux_simulation_beta.py --- a/COBRAxy/flux_simulation_beta.py Mon Sep 22 15:35:14 2025 +0000 +++ b/COBRAxy/flux_simulation_beta.py Mon Sep 22 15:38:51 2025 +0000 @@ -501,6 +501,8 @@ # Determine if sampling should be performed if ARGS.sampling_enabled == "true": perform_sampling = True + else: + perform_sampling = False print("=== INPUT FILES ===") print(f"{ARGS.input_files}")