paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Unused local variable #297

Closed DimitriPapadopoulos closed 2 years ago

DimitriPapadopoulos commented 2 years ago

The value assigned to local variable n_columns is never used.

codecov[bot] commented 2 years ago

Codecov Report

Merging #297 (3328140) into master (aee6274) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   82.97%   82.96%   -0.01%     
==========================================
  Files         137      137              
  Lines        4680     4679       -1     
==========================================
- Hits         3883     3882       -1     
  Misses        797      797              
Impacted Files Coverage Δ
rampwf/prediction_types/combined.py 97.67% <ø> (-0.06%) :arrow_down:

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 aee6274...3328140. Read the comment docs.

agramfort commented 2 years ago

thx @DimitriPapadopoulos