mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
fix: fixed test_correlation_intersection_of_idls
This commit is contained in:
parent
2e490e56f4
commit
b3d030abf3
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ def test_correlation_intersection_of_idls():
|
|||
cov1 = pe.covariance([obs1, obs2_a])
|
||||
corr1 = pe.covariance([obs1, obs2_a], correlation=True)
|
||||
|
||||
obs2_b = obs2_a + pe.Obs([np.random.normal(1.0, 0.1, len(range2))], ["ens"], idl=[range2])
|
||||
obs2_b = (obs2_a + pe.Obs([np.random.normal(1.0, 0.1, len(range2))], ["ens"], idl=[range2])) / 2
|
||||
obs2_b.gamma_method()
|
||||
|
||||
cov2 = pe.covariance([obs1, obs2_b])
|
||||
|
|
Loading…
Add table
Reference in a new issue