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

quantopian / zipline / 10541
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 14 Nov 2019 12:31AM UTC
Jobs 1
Files 178
Run time 11s
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
10541

Pull #2580

travis-ci

web-flow
BUG: Fix bug concatenating empty chunks with strings.

Fixes a bug where running chunked pipelines containing string columns would
fail if some of the chunks were completely empty. We failed because the empty
chunks would have different dtypes (all `object`) than the non-empty chunks,
because pandas can't determine a dtype for an empty DataFrame.

We fix the bug by filtering out empty chunks before concatenation.
Pull Request #2580: BUG: Fix bug concatenating empty chunks with strings.

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

14125 of 16098 relevant lines covered (87.74%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10541.1 (OLD_PANDAS=1) 14 Nov 2019 12:31AM UTC 0
87.74
Travis Job 10541.1
Source Files on build 10541
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10541
  • Pull Request #2580
  • PR Base - master (#10538)
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

© 2026 Coveralls, Inc