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

Corrected style #431

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 #431 (04640e0) into master (bd3d9a6) will increase coverage by 82.86%. The diff coverage is 92.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #431       +/-   ##
===========================================
+ Coverage   11.83%   94.70%   +82.86%     
===========================================
  Files          46       46               
  Lines        6532     6532               
===========================================
+ Hits          773     6186     +5413     
+ Misses       5759      346     -5413     
Impacted Files Coverage Δ
dislib/classification/knn/base.py 100.00% <ø> (+100.00%) :arrow_up:
dislib/preprocessing/standard_scaler.py 94.00% <87.71%> (+0.66%) :arrow_up:
dislib/preprocessing/minmax_scaler.py 95.68% <92.98%> (ø)
dislib/decomposition/tsqr/base.py 93.05% <93.87%> (+93.05%) :arrow_up:
dislib/cluster/dbscan/base.py 100.00% <100.00%> (+100.00%) :arrow_up:
dislib/data/array.py 95.35% <100.00%> (+59.35%) :arrow_up:
dislib/data/util/model.py 94.73% <0.00%> (+21.05%) :arrow_up:
... and 37 more

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 bd3d9a6...04640e0. Read the comment docs.