Skip to content

Commit

Permalink
up'd the number of reals being used to form the emp cov in factor test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed May 19, 2024
1 parent 12fd1b2 commit 3e8ac0b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions autotest/en_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def factor_draw_test():
d = (sd_eig - sd_svd).apply(np.abs)
assert d.max() < 0.5,d.sort_values()

num_reals = 10
num_reals = 1000
pe_eig = pyemu.ParameterEnsemble.from_gaussian_draw(pst, cov=cov, num_reals=num_reals, factor="eigen")

emp_cov = pe_eig.covariance_matrix()
Expand Down Expand Up @@ -734,7 +734,8 @@ def mixed_par_draw_2_test():
#emp_cov_draw_test()
#mixed_par_draw_2_test()
#binary_test()
get_phi_vector_noise_obs_test()

#get_phi_vector_noise_obs_test()
factor_draw_test()
#enforce_test()


0 comments on commit 3e8ac0b

Please sign in to comment.