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 Jul 28, 2023
1 parent af50977 commit 7c3f11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_simple_shear_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def test_dvdx_GBM_ensemble(
# Check angles, ignoring the first portion (<100% strain).
# Average orientations of near-isotropic distributions are unstable.
nt.assert_allclose(
θ_fse[i_strain_50p[2]:],
result_angles[0][i_strain_50p[2]:],
θ_fse[i_strain_50p[2] :],
result_angles[0][i_strain_50p[2] :],
rtol=0.11,
atol=0,
)
Expand Down

0 comments on commit 7c3f11b

Please sign in to comment.