Skip to content

Commit

Permalink
more points for h_function test
Browse files Browse the repository at this point in the history
  • Loading branch information
GraDje13 committed Aug 13, 2024
1 parent 9e8c380 commit 39084cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ mod tests_integral {
let mut settings = load_default_settings();
let mut itg = get_h_function_test_integrand();
settings.integrator.n_start = 5 * BASE_N_START_SAMPLE;
settings.integrator.n_max = 10 * BASE_N_START_SAMPLE;
settings.integrator.n_max = 20 * BASE_N_START_SAMPLE;
settings.integrator.n_increase = 0;
settings.integrator.n_increase = 0;
settings.kinematics.e_cm = F(1.);
Expand Down

0 comments on commit 39084cc

Please sign in to comment.