Skip to content

Commit

Permalink
change to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pruliere committed Jul 25, 2024
1 parent 098e23e commit c306029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: fedoo
version: "0.2.1"
version: "0.2.2"

source:
git_url: https://github.com/3MAH/fedoo.git
Expand Down
2 changes: 1 addition & 1 deletion fedoo/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = 0, 2, 1
version_info = 0, 2, 2

__version__ = ".".join(map(str, version_info))
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 c306029

Please sign in to comment.