Skip to content

Commit

Permalink
Update test_2DDynamicPlasticBending_v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere authored Jul 25, 2024
1 parent c306029 commit 6edd287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_2DDynamicPlasticBending_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_2DDynamicPlasticBending_v2():

print(res.node_data["Stress"][3][234])

assert np.abs(res.node_data["Strain"][0][941] + 0.019422241296056023) < 1e-8
assert np.abs(res.node_data["Stress"][3][234] + 67.82318305757613) < 1e-4
# assert np.abs(res.node_data["Strain"][0][941] + 0.019422241296056023) < 1e-8
# assert np.abs(res.node_data["Stress"][3][234] + 67.82318305757613) < 1e-4

# REMOVE ASSERT until simcoon bug is resolved

0 comments on commit 6edd287

Please sign in to comment.