bsc-wdc / dislib

The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Apache License 2.0
45 stars 23 forks source link

Tsqr by blocks and concatenate functions #436

Closed FernandoVN98 closed 1 year ago

FernandoVN98 commented 1 year ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #(issue_number)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.

Reproduce instructions:

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #436 (2562014) into master (b7e14df) will decrease coverage by 0.09%. The diff coverage is 98.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #436      +/-   ##
==========================================
- Coverage   95.05%   94.97%   -0.09%     
==========================================
  Files          46       46              
  Lines        6757     6586     -171     
==========================================
- Hits         6423     6255     -168     
+ Misses        334      331       -3     
Impacted Files Coverage Δ
dislib/__init__.py 64.70% <ø> (ø)
dislib/data/__init__.py 100.00% <ø> (ø)
dislib/utils/base.py 100.00% <ø> (ø)
dislib/data/array.py 95.42% <96.59%> (-0.17%) :arrow_down:
dislib/decomposition/tsqr/base.py 99.23% <100.00%> (+0.09%) :arrow_up:

Continue to review full report in Codecov by Sentry.

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