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

Threaded einsum: Fall-back to numpy if einsumt is not available #446

Merged
merged 6 commits into from
Apr 14, 2023

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Apr 14, 2023

fixes #445 (JupyterLite import fails)

@adtzlr adtzlr added the bug Something isn't working label Apr 14, 2023
@adtzlr adtzlr added this to the 7.1 milestone Apr 14, 2023
@adtzlr adtzlr self-assigned this Apr 14, 2023
@adtzlr adtzlr changed the title Threaded einsum: Fall-back to numpy if einsumt is not available Threaded einsum: Fall-back to numpy if package einsumt is not available Apr 14, 2023
@adtzlr adtzlr changed the title Threaded einsum: Fall-back to numpy if package einsumt is not available Threaded einsum: Fall-back to numpy if einsumt is not available Apr 14, 2023
@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8432ffd) 97.85% compared to head (ffd296c) 97.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #446   +/-   ##
=======================================
  Coverage   97.85%   97.86%           
=======================================
  Files          82       82           
  Lines        3777     3789   +12     
=======================================
+ Hits         3696     3708   +12     
  Misses         81       81           
Impacted Files Coverage Δ
src/felupe/_assembly/_base.py 100.00% <100.00%> (ø)
src/felupe/_basis/_basis.py 100.00% <100.00%> (ø)
src/felupe/constitution/_kinematics.py 100.00% <100.00%> (ø)
src/felupe/math/_tensor.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 bf4cf21 into main Apr 14, 2023
@adtzlr adtzlr deleted the einsumt-fallback-to-numpy branch April 14, 2023 22:54
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.

JupyterLite: Importing einsumt fails - no parallel computation supported (yet)
1 participant