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 3, 2023
1 parent a4ed2c1 commit 6da3aa5
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 @@ -504,7 +504,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 6da3aa5

Please sign in to comment.