-
Notifications
You must be signed in to change notification settings - Fork 97
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/tensor values #239
Conversation
Needs to clean and reorder the code
Comment MonomialBasisTests as 3D TensorValues are being used. Currently not considered.
…rstand why is needed).
Some operations pending and its corresponding tests
…sorValue. #210 Pending: Some operations and tests (ongoing)
…actor/TensorValues
Adapt TensorValues tests to latests modifications.
note comment at line 192 in
|
Codecov Report
@@ Coverage Diff @@
## master #239 +/- ##
==========================================
- Coverage 88.91% 88.12% -0.80%
==========================================
Files 146 150 +4
Lines 9029 9185 +156
==========================================
+ Hits 8028 8094 +66
- Misses 1001 1091 +90
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #239 +/- ##
==========================================
- Coverage 88.98% 88.19% -0.80%
==========================================
Files 148 153 +5
Lines 9684 9958 +274
==========================================
+ Hits 8617 8782 +165
- Misses 1067 1176 +109
Continue to review full report at Codecov.
|
PR to solve #210