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

No need for `from __future__` with Python 3 #293

Closed DimitriPapadopoulos closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #293 (ef93a59) into master (d308e2e) will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
- Coverage   83.04%   82.97%   -0.08%     
==========================================
  Files         137      137              
  Lines        4702     4680      -22     
==========================================
- Hits         3905     3883      -22     
  Misses        797      797              
Impacted Files Coverage Δ
rampwf/externals/tabulate.py 15.78% <ø> (-0.31%) :arrow_down:
rampwf/hyperopt/hyperopt.py 98.62% <ø> (-0.01%) :arrow_down:
rampwf/score_types/detection/average_precision.py 78.57% <ø> (-0.26%) :arrow_down:
rampwf/score_types/detection/base.py 94.44% <ø> (-0.30%) :arrow_down:
rampwf/score_types/detection/iou.py 95.83% <ø> (-0.17%) :arrow_down:
rampwf/score_types/detection/ospa.py 100.00% <ø> (ø)
rampwf/score_types/detection/precision_recall.py 100.00% <ø> (ø)
rampwf/score_types/detection/scp.py 100.00% <ø> (ø)
rampwf/score_types/detection/util.py 80.64% <ø> (-0.31%) :arrow_down:
rampwf/score_types/soft_accuracy.py 100.00% <ø> (ø)
... and 11 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 d308e2e...ef93a59. Read the comment docs.

agramfort commented 2 years ago

thx @DimitriPapadopoulos