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

Refactor imports from math.linalg and math.special #100

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Feb 28, 2024

to support from tensortrax.math.linalg import det, etc. (also for math.special)

fixes #99

@adtzlr adtzlr added the bug Something isn't working label Feb 28, 2024
@adtzlr adtzlr self-assigned this Feb 28, 2024
@adtzlr adtzlr changed the title Refactor imports from math Refactor imports from math.linalg and math.special Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.87%. Comparing base (97e00e3) to head (35d172f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   99.87%   99.87%   -0.01%     
==========================================
  Files          13       13              
  Lines         810      809       -1     
==========================================
- Hits          809      808       -1     
  Misses          1        1              

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

@adtzlr adtzlr merged commit 170c26a into main Feb 28, 2024
7 checks passed
@adtzlr adtzlr deleted the refactor-imports branch February 28, 2024 12:42
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.

Imports from the linalg order special math-modules fail
1 participant