Closed LeSasse closed 1 year ago
Merging #212 (ffe8f2b) into julearn_sk_pandas (8f931db) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## julearn_sk_pandas #212 +/- ##
=================================================
Coverage 0.07% 0.07%
=================================================
Files 34 34
Lines 1324 1324
=================================================
Hits 1 1
Misses 1323 1323
Flag | Coverage Δ | |
---|---|---|
docs | 100.00% <ø> (ø) |
|
junifer | 0.00% <0.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
julearn/pipeline/pipeline.py | 0.00% <0.00%> (ø) |
The PipelineCreator seems to fail when using a scikitlearn estimator object. The simple example:
results in:
I believe this is intended to be the class.name attribute? With the applied change it works.