Skip to content

Commit

Permalink
Update default factors of sensitivity_generate_commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisteunissen committed Oct 16, 2023
1 parent 2cd76fd commit 1fc934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sensitivity_generate_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parser.add_argument('-ix_range', type=int, nargs=2, required=True,
help='Index range of reactions to modify')
parser.add_argument('-rate_factors', type=float, nargs='+',
default=[0.5, 2.0],
default=[0.8, 1.2],
help='List of reaction rate factors')
args = parser.parse_args()

Expand Down

0 comments on commit 1fc934d

Please sign in to comment.