Skip to content

Commit

Permalink
another fix for emp cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed May 19, 2024
1 parent 3e8ac0b commit 07a74e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autotest/en_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def emp_cov_draw_test():

pst = pyemu.Pst(os.path.join("en","pest.pst"))
cov = pyemu.Cov.from_binary(os.path.join("en","cov.jcb"))
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 @@ -731,11 +731,11 @@ def mixed_par_draw_2_test():
#fill_test()
#factor_draw_test()
#emp_cov_test()
#emp_cov_draw_test()
emp_cov_draw_test()
#mixed_par_draw_2_test()
#binary_test()
#get_phi_vector_noise_obs_test()
factor_draw_test()
#factor_draw_test()
#enforce_test()


0 comments on commit 07a74e7

Please sign in to comment.