Skip to content

Commit

Permalink
reverted tests to previous values
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-krill committed May 10, 2024
1 parent d12f199 commit 9aae410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit_tests/stochastic_process/test_spectral_1d_mv.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def test_samples_1d_mv_shape():


def test_samples_1d_mv_values():
assert np.isclose(-6.050413116571201, samples_1d_mv[43, 2, 67])
assert np.isclose(-6.292191903354104, samples_1d_mv[43, 2, 67])
2 changes: 1 addition & 1 deletion tests/unit_tests/stochastic_process/test_spectral_nd_mv.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def test_samples_nd_mv_shape():


def test_samples_nd_mv_values():
assert np.isclose(samples_nd_mv[3, 1, 31, 79], 0.8361429124421501)
assert np.isclose(samples_nd_mv[3, 1, 31, 79], 0.7922504882569233)

0 comments on commit 9aae410

Please sign in to comment.