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

blaze / blaze / 4890 / 7
14%
master: 14%

Build:
DEFAULT BRANCH: master
Ran 09 May 2017 07:08PM UTC
Files 67
Run time 717min
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

09 May 2017 06:40PM UTC coverage: 87.191% (+0.02%) from 87.176%
PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5

push

travis-ci

llllllllll
ENH: Add `literal`, analogous to `data`.

The purpose of the `literal` function is to create leafs which delegate the repr to
the underlying data; e.g. `repr(frozenset([1, 2, 3]))` and
`repr(literal(frozenset([1, 2, 3]))` would be equivalent.

Change the `Data` class to `Literal`, and change the repr logic so that if
`_name` is `None` the repr of the `data` object is used.

Support for generated names which include the data type, dshape and name generated
by autoincrementing is retained by giving the `data` function a new default of
`name=generated`.

This patch also moves some tests from `test_interactive` to test suites
dedicated to `literal` and `data`.

6031 of 6917 relevant lines covered (87.19%)

0.87 hits per line

Source Files on job 4890.7 (PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4890
  • Travis Job 4890.7
  • f9c83148 on github
  • Prev Job for PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5 on master (#4883.8)
  • Next Job for PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5 on master (#4896.8)
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