Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2023
1 parent 2679c8c commit 3429267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@ 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 @@ -79,7 +79,7 @@ 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 3429267

Please sign in to comment.