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

blaze / blaze / 4890
14%

Build:
DEFAULT BRANCH: master
Ran 09 May 2017 06:49PM UTC
Jobs 8
Files 67
Run time 737min
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
4890

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`.

39 of 39 new or added lines in 5 files covered. (100.0%)

6044 of 6917 relevant lines covered (87.38%)

6.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
blaze/expr/literal.py
Jobs
ID Job ID Ran Files Coverage
1 4890.1 (SPARK_VERSION=1.4) 09 May 2017 06:49PM UTC 0
87.23
Travis Job 4890.1
2 4890.2 (SPARK_VERSION=1.5) 09 May 2017 06:49PM UTC 0
87.23
Travis Job 4890.2
3 4890.3 (SPARK_VERSION=1.4) 09 May 2017 06:56PM UTC 0
87.19
Travis Job 4890.3
4 4890.4 (SPARK_VERSION=1.5) 09 May 2017 06:56PM UTC 0
87.19
Travis Job 4890.4
5 4890.5 (SPARK_VERSION=1.5) 09 May 2017 06:57PM UTC 0
87.19
Travis Job 4890.5
6 4890.6 (PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5) 09 May 2017 07:06PM UTC 0
87.23
Travis Job 4890.6
7 4890.7 (PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5) 09 May 2017 07:08PM UTC 0
87.19
Travis Job 4890.7
8 4890.8 (PANDAS_VERSION="git+https://github.com/pydata/pandas" SPARK_VERSION=1.5) 09 May 2017 07:14PM UTC 0
87.19
Travis Job 4890.8
Source Files on build 4890
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4890
  • f9c83148 on github
  • Prev Build on master (#4883)
  • Next Build on master (#4896)
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