Skip to content

Commit

Permalink
Merge pull request #19 from DenisTitovLab/remove-@time-that-code-in-b…
Browse files Browse the repository at this point in the history
…y-accident

remove @time
  • Loading branch information
Denis-Titov authored Jun 7, 2024
2 parents 8736242 + 4c56818 commit 4562399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_driven_rate_equation_selection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function data_driven_rate_equation_selection(
elseif !forward_model_selection
num_param_range = (range_number_params[1]):1:range_number_params[2]
end
starting_param_removal_codes = @time calculate_all_parameter_removal_codes_w_num_params(
starting_param_removal_codes = calculate_all_parameter_removal_codes_w_num_params(
num_param_range[1],
all_param_removal_codes,
param_names,
Expand Down

0 comments on commit 4562399

Please sign in to comment.