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

dask-image / dask-ndfourier / 83 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 23 May 2017 11:59PM UTC
Files 4
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

23 May 2017 11:56PM UTC coverage: 100.0%. Remained the same
PYVER="3.4"

Pull #30

travis-ci

web-flow
In _get_freq_grid force repeats to an `int`

Appears that the number of repeats provided to Dask Array's `repeat`
must be of `int` exactly and not just some general integral type. We
have proposed a fix to Dask to relax this constraint in `repeat` to
accept all integral values, which has recently been accepted.

However it is quite peculiar that a Dask Array would have a shape that
is not just a `tuple` of `int`s. It appears there are some operations
with Dask Arrays that cause the shape to be a `tuple` of `numpy.int64`s
instead. This appears to be happening with filters from
`dask-ndfilters`. Though it is unclear whether the origin is there or in
Dask Array as well. In the interim, this should workaround the issue
until we better understand what is happening and resolve the underlying
cause.
Pull Request #30: In _get_freq_grid force repeats to an `int`

122 of 122 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 83.3 (PYVER="3.4")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 83
  • Travis Job 83.3
  • eebfc58f on github
  • Prev Job for PYVER="3.4" on master (#81.3)
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