Skip to content

Commit

Permalink
Update analysis_iotalens_sdep.py
Browse files Browse the repository at this point in the history
Tune target statistics for (H,I) slightly.
  • Loading branch information
cemitch99 authored Nov 29, 2023
1 parent e7ccb1c commit 2679c8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/iota_lens/analysis_iotalens_sdep.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def read_all_files(file_pattern):

assert np.allclose(
[meanH, sigH, meanI, sigI],
[5.993291e-02, 3.426664e-02, 8.513875e-02, 7.022481e-02],
# [5.993291e-02, 3.426664e-02, 8.513875e-02, 7.022481e-02],
[6.016450e-02, 3.502064e-02, 8.560226e-02, 7.148169e-02],
rtol=rtol,
atol=atol,
)
Expand All @@ -78,7 +79,8 @@ def read_all_files(file_pattern):

assert np.allclose(
[meanH, sigH, meanI, sigI],
[5.993291e-02, 3.426664e-02, 8.513875e-02, 7.022481e-02],
# [5.993291e-02, 3.426664e-02, 8.513875e-02, 7.022481e-02],
[6.016450e-02, 3.502064e-02, 8.560226e-02, 7.148169e-02],
rtol=rtol,
atol=atol,
)
Expand Down

0 comments on commit 2679c8c

Please sign in to comment.