Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection la solver #294

Merged
merged 15 commits into from
Jan 10, 2025
Merged

Connection la solver #294

merged 15 commits into from
Jan 10, 2025

Conversation

aronnoordam
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.30%. Comparing base (26df977) to head (3311ae2).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #294      +/-   ##
==========================================
+ Coverage   96.25%   96.30%   +0.04%     
==========================================
  Files          30       30              
  Lines        3101     3087      -14     
==========================================
- Hits         2985     2973      -12     
+ Misses        116      114       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aronnoordam aronnoordam marked this pull request as ready for review January 9, 2025 09:03
@aronnoordam aronnoordam requested a review from brunozc as a code owner January 9, 2025 09:03
requirements.txt Outdated
@@ -3,5 +3,5 @@ scipy==1.13.1
plotly==5.24.1
gmsh_utils @ git+https://github.com/StemVibrations/gmsh_utils
random_fields @ git+https://github.com/StemVibrations/RandomFields
StemKratos @ git+https://github.com/StemVibrations/StemKratos
StemKratos @ git+https://github.com/StemVibrations/StemKratos@add_uvec_linear_elastic_strategy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO update

setup.cfg Outdated
@@ -22,7 +22,7 @@ install_requires =
plotly>=5.24.1
gmsh_utils @ git+https://github.com/StemVibrations/gmsh_utils
random_fields @ git+https://github.com/StemVibrations/RandomFields
StemKratos @ git+https://github.com/StemVibrations/StemKratos
StemKratos @ git+https://github.com/StemVibrations/StemKratos@add_uvec_linear_elastic_strategy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO update

@@ -3,7 +3,7 @@ scipy==1.13.1
plotly==5.24.1
gmsh_utils @ git+https://github.com/StemVibrations/gmsh_utils
random_fields @ git+https://github.com/StemVibrations/RandomFields
StemKratos @ git+https://github.com/StemVibrations/StemKratos
StemKratos @ git+https://github.com/StemVibrations/StemKratos@add_uvec_linear_elastic_strategy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO update

stem/IO/kratos_io.py Show resolved Hide resolved
stem/stem.py Outdated Show resolved Hide resolved
stem/stem.py Outdated Show resolved Hide resolved
@aronnoordam aronnoordam merged commit 5cce8ea into main Jan 10, 2025
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment