alegonz / baikal

A graph-based functional API for building complex scikit-learn pipelines.
https://baikal.readthedocs.io
BSD 3-Clause "New" or "Revised" License
592 stars 30 forks source link

[MAINT] Restore py35 CI #30

Closed alegonz closed 4 years ago

alegonz commented 4 years ago

Actually support for python 3.5 was broken due to trailing commas in a couple of defs.

codecov-io commented 4 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          13       13           
  Lines         812      812           
  Branches      138      138           
=======================================
  Hits          811      811           
  Partials        1        1
Impacted Files Coverage Δ
baikal/steps/expression.py 100% <ø> (ø) :arrow_up:
baikal/_core/step.py 100% <ø> (ø) :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 08c1c5d...054796a. Read the comment docs.