Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/ex_1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from anastruct.fem.system import SystemElements


ss = SystemElements()
ss.add_element(location=[[0, 0], [3, 4]], EA=5e9, EI=8000)
ss.add_element(location=[[3, 4], [8, 4]], EA=5e9, EI=4000)
Expand Down
1 change: 0 additions & 1 deletion examples/ex_8_non_linear_portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from anastruct.material.profile import HEA
from anastruct.material.units import to_kNm2, to_kN


load_factor = 3

E = 210e3
Expand Down
129 changes: 88 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ matplotlib = "==3.10.7"
[tool.poetry.group.test.dependencies]
pylint = "==4.0.2"
mypy = "==1.18.2"
black = { version = "==25.11.0", extras = ["jupyter"] }
black = { version = "==26.3.1", extras = ["jupyter"] }
pytest = "==8.4.2"
pytest-cov = "==7.0.0"
pytest-describe = "==3.0.0"
Expand Down
1 change: 0 additions & 1 deletion tests/benchmark/non_lin_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from anastruct.material.profile import HEA
from anastruct.material.units import to_kNm2, to_kN


load_factor = 3

E = 210e3
Expand Down