Skip to content

Commit

Permalink
remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Titov committed Jul 3, 2024
1 parent 373d8e8 commit 4227f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data_driven_rate_equation_selection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ function calculate_all_parameter_removal_codes_w_num_params(
nt_param_removal_code[Symbol("K_" * string(metab))] == 1 for
metab in metab_names
)]
println(one_metab_codes)
if all(
nt_param_removal_code[param_name] != 2 for
param_name in keys(nt_param_removal_code) if
Expand Down

0 comments on commit 4227f8d

Please sign in to comment.