Skip to content

Commit

Permalink
decrease num datapoints to reduce tests runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Maybh authored Aug 16, 2024
1 parent e6349f7 commit 51edad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests_for_optimal_rate_eq_selection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down Expand Up @@ -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[]
Expand Down

0 comments on commit 51edad4

Please sign in to comment.