Skip to content

Commit

Permalink
tests/ParameterEstimationComposition: Reduce the number of estimates …
Browse files Browse the repository at this point in the history
…by 40x

It's still enough to recover the parameters and reduces test time
significantly.

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored and kmantel committed Aug 1, 2023
1 parent 6a846db commit 424971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/composition/test_parameterestimationcomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_parameter_estimation_ddm_mle(func_mode):
# High-level parameters the impact performance of the test
num_trials = 50
time_step_size = 0.01
num_estimates = 40000
num_estimates = 1000

ddm_params = dict(
starting_value=0.0,
Expand Down

0 comments on commit 424971b

Please sign in to comment.