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

dask / dask / 5865
53%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2017 11:02PM UTC
Jobs 1
Files 90
Run time 4s
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
5865

push

travis-ci

mrocklin
Run the FFT tests and fix a few failing tests (#2183)

* No longer ignore the FFT tests

It appears the FFT tests were being explicitly skipped by this
configuration file. A look into the commit history suggests this had
something to do with avoiding doctests. Though it is unclear whether
there were any doctests. In any event, there are none now and this is
unintentionally suppressing the unittests. So simply remove this
configuration file as it didn't do anything else.

* Enumerate the axes to properly order the chunks

The output shape was being incorrectly ordered in some cases as the
shape was remapped by the axis order, but the axes themselves. This
corrects that by enumerating the axes and using the enumeration to
reorder the output shape for use with chunks.

* Adjust handling of 1-D FFTs

Given the changes to how we handle the output shape in the FFTs, this
breaks the 1-D FFT special case code. So update it to reflect how the
output shape is now being handled.

* Fix output shape handling in real FFTs

* Re-add conftest so as to exclude fft doctests only

Seems the wrapped functions in the fft module expose docstrings with
doctests, which pytest picks up on and tries to run. So re-add the
existing configuration file, but update it to exclude the file `fft.py`
in `dask/array` only.

12457 of 13392 relevant lines covered (93.02%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5865.1 (PYTHON=2.7 NUMPY=1.10.4 PANDAS=0.19.0 COVERAGE='true' PARALLEL='false' TEST_IMPORTS='false' XTRATESTARGS=) 09 Apr 2017 11:02PM UTC 0
93.02
Travis Job 5865.1
Source Files on build 5865
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5865
  • 9109119f on github
  • Prev Build on master (#5862)
  • Next Build on master (#5866)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc