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

math: Handle arbitrary number of trailing axes #451

Merged
merged 5 commits into from
Apr 18, 2023
Merged

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 18, 2023

closes #450

@adtzlr adtzlr added the bug Something isn't working label Apr 18, 2023
@adtzlr adtzlr added this to the 7.2 milestone Apr 18, 2023
@adtzlr adtzlr self-assigned this Apr 18, 2023
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (05d1b35) 98.12% compared to head (a9bbfb4) 98.12%.

❗ Current head a9bbfb4 differs from pull request most recent head 02b94e1. Consider uploading reports for the commit 02b94e1 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #451   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          82       82           
  Lines        3780     3784    +4     
=======================================
+ Hits         3709     3713    +4     
  Misses         71       71           
Impacted Files Coverage Δ
src/felupe/constitution/_kinematics.py 100.00% <100.00%> (ø)
src/felupe/constitution/_mixed.py 100.00% <100.00%> (ø)
src/felupe/math/_tensor.py 100.00% <100.00%> (ø)
src/felupe/mechanics/_solidbody_incompressible.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adtzlr adtzlr merged commit e1fbdb5 into main Apr 18, 2023
@adtzlr adtzlr deleted the math-relax-to-ntrax branch April 18, 2023 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some math functions are hardcoded to two trailing axes
1 participant