changeset 474:6a88ae3f936f draft

Uploaded
author luca_milaz
date Mon, 22 Sep 2025 15:35:14 +0000
parents 05a80f8e0574
children c91c502f12e9
files COBRAxy/flux_simulation_beta.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_simulation_beta.py	Mon Sep 22 15:32:47 2025 +0000
+++ b/COBRAxy/flux_simulation_beta.py	Mon Sep 22 15:35:14 2025 +0000
@@ -99,7 +99,7 @@
     parser.add_argument('-opt', '--perc_opt',
                         type=float,
                         default=0.9,
-                        required=True,
+                        required=False,
                         help='choose the fraction of optimality for FVA (0-1)')
     
     parser.add_argument('-ot', '--output_type',