From 51edad4d30afb4c5b91942fd5f24308aeae52075 Mon Sep 17 00:00:00 2001 From: Maybh <62012663+Maybh@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:29:04 +0300 Subject: [PATCH] decrease num datapoints to reduce tests runtime --- test/tests_for_optimal_rate_eq_selection.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests_for_optimal_rate_eq_selection.jl b/test/tests_for_optimal_rate_eq_selection.jl index 9e8d76d..a8fa6fd 100644 --- a/test/tests_for_optimal_rate_eq_selection.jl +++ b/test/tests_for_optimal_rate_eq_selection.jl @@ -337,7 +337,7 @@ data_gen_param_names = (:Vmax_a, :L, :K_a_S, :K_a_P) metab_names = (:S, :P) params = (Vmax = 10.0, L = 10000, K_a_S = 1e-3, K_a_P = 5e-3) #create DataFrame of simulated data -num_datapoints = 60 +num_datapoints = 40 num_figures = 4 S_concs = Float64[] P_concs = Float64[] @@ -533,7 +533,7 @@ data_gen_param_names = (:Vmax, :K_S, :K_P) metab_names = (:S, :P) params = (Vmax = 10.0, K_S = 1e-3, K_P = 5e-3) #create DataFrame of simulated data -num_datapoints = 60 +num_datapoints = 40 num_figures = 4 S_concs = Float64[] P_concs = Float64[]