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

Drop deprecated np aliases #27

Closed jschueller closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (1667233) into master (7a51d6f) will increase coverage by 0.11%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   60.95%   61.07%   +0.11%     
==========================================
  Files          58       58              
  Lines        7599     7601       +2     
==========================================
+ Hits         4632     4642      +10     
+ Misses       2967     2959       -8     
Impacted Files Coverage Δ
tensap/approximation/learning/loss_functions.py 77.39% <ø> (ø)
tensap/tensor_algebra/tools/truncator.py 83.24% <33.33%> (ø)
...p/functions/polynomials/orthonormal_polynomials.py 54.25% <100.00%> (ø)
tensap/tensor_algebra/tensors/tree_based_tensor.py 74.09% <0.00%> (-0.64%) :arrow_down:
tensap/tensor_algebra/tensors/full_tensor.py 73.75% <0.00%> (-0.28%) :arrow_down:
...tion/tensor_learning/tree_based_tensor_learning.py 42.40% <0.00%> (-0.15%) :arrow_down:
tensap/__init__.py 100.00% <0.00%> (ø)
...tion/learning/linear_model_learning_square_loss.py 49.04% <0.00%> (+2.07%) :arrow_up:
...r_approximation/tensor_learning/tensor_learning.py 79.22% <0.00%> (+2.96%) :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 7a51d6f...1667233. Read the comment docs.