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

Fix access to private submodules math._linalg and math._special #101

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Mar 4, 2024

they are now located in math.linalg and math.special

This fixes old versions of FElupe with tensortrax.

…pecial`

they are now located in `math.linalg` and `math.special`
@adtzlr adtzlr added the bug Something isn't working label Mar 4, 2024
@adtzlr adtzlr self-assigned this Mar 4, 2024
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 99.38%. Comparing base (170c26a) to head (f5f3275).

Files Patch % Lines
src/tensortrax/math/_linalg.py 0.00% 2 Missing ⚠️
src/tensortrax/math/_special.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
- Coverage   99.87%   99.38%   -0.50%     
==========================================
  Files          13       15       +2     
  Lines         809      813       +4     
==========================================
  Hits          808      808              
- Misses          1        5       +4     

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

@adtzlr adtzlr merged commit 23851eb into main Mar 4, 2024
5 of 7 checks passed
@adtzlr adtzlr deleted the backward-compatible-fix-math-linalg-special branch March 4, 2024 09:59
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.

1 participant