• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

scikit-learn-contrib / project-template / 172
100%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2018 01:48AM UTC
Jobs 1
Files 5
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
172

Pull #33

travis-ci

web-flow
Fix AssertionError when using TemplateTransformer

As-is, TemplateTransformer fails with the following code:

    from sklearn.utils.estimator_checks import check_estimator
    tpl = TemplateTransformer()
    check_estimator(tpl)

> AssertionError: Error message does not include the expected string: 'Reshape your data'. Observed error message: 'Shape of input is different from what was seen in `fit`'

Changing the message within ValueError to include the expected string fixes this issue.
Pull Request #33: Fix AssertionError when using TemplateTransformer

1 of 1 new or added line in 1 file covered. (100.0%)

60 of 60 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
2 172.2 (DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.4") 25 Mar 2018 01:48AM UTC 0
100.0
Travis Job 172.2
Source Files on build 172
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #172
  • Pull Request #33
  • PR Base - master (#171)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc