-
Notifications
You must be signed in to change notification settings - Fork 46
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
Braidingtensor improvements #179
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #179 +/- ##
==========================================
+ Coverage 81.39% 82.85% +1.45%
==========================================
Files 42 42
Lines 5218 5219 +1
==========================================
+ Hits 4247 4324 +77
+ Misses 971 895 -76 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
It seems like you managed to break LRUCache? |
It was just infinite recursion: |
This should be ready to go |
This PR fixes some things about BraidingTensor that were either not working or just wrong, along with fixing the whole
braid(::AbstractTensorMap)
part of the code since apparently that was just not working.It also adds some tests to catch this better in the future