anthony-nouy / tensap

Tensor Approximation Package: a Python package for the approximation of functions and tensors.
https://anthony-nouy.github.io/sphinx/tensap/master/
Other
20 stars 11 forks source link

Fix FullTensor example #24

Closed jschueller closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (f036e01) into master (dda9169) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   60.95%   60.94%   -0.02%     
==========================================
  Files          58       58              
  Lines        7599     7599              
==========================================
- Hits         4632     4631       -1     
- Misses       2967     2968       +1     
Impacted Files Coverage Δ
...sap/approximation/integration/integration_rules.py 62.22% <0.00%> (ø)
tensap/tensor_algebra/tensors/tree_based_tensor.py 74.41% <0.00%> (-0.43%) :arrow_down:
tensap/tensor_algebra/tensors/full_tensor.py 73.75% <0.00%> (-0.28%) :arrow_down:
...tion/learning/linear_model_learning_square_loss.py 48.24% <0.00%> (+1.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b94559...f036e01. Read the comment docs.