Skip to content

Commit

Permalink
Increase ensemble size in test to avoid flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Jan 4, 2023
1 parent a3037d0 commit 3724fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/analysis/test_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def test_update_multiple_param(copy_case):
def test_correlated_parameter_response_pair():
p = 4
m = 2
N = 1000
N = 2000
rho = 0.9
# Correlation matrix or AR(1) model
R = toeplitz([rho**i for i in range(p + m)])
Expand Down

0 comments on commit 3724fd2

Please sign in to comment.