# HG changeset patch # User luca_milaz # Date 1758555314 0 # Node ID 6a88ae3f936f77b2b49bd2ce392d235d77c03c75 # Parent 05a80f8e057478a4b2994189f1317834c111f404 Uploaded diff -r 05a80f8e0574 -r 6a88ae3f936f COBRAxy/flux_simulation_beta.py --- 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',