Mercurial > repos > bimib > cobraxy
changeset 475:c91c502f12e9 draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 22 Sep 2025 15:38:51 +0000 |
parents | 6a88ae3f936f |
children | fa9ee9ff66cd |
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: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}")