|
Ran
|
Jobs
4
|
Files
4
|
Run time
2min
|
Badge
README BADGES
|
travis-ci
<a href="https://github.com/dask-image/dask-ndfourier/commit/38d352f2e">Pull in our fftfreq simplifications from upstream Backports some changes we made to Dask's `fftfreq` into our `_compat` version of `fftfreq` to generally clean up the `fftfreq` implementation. Not only does it simplify the implementation, it seems to speed it up in some cases. Switched to using `map_blocks` and a custom Python function, which is applied over `arange` to implement `_fftfreq` internally. This makes the overall implementation cleaner and simpler. Also avoids needing various chunking related tricks. Plus it appears this goes a bit faster than the old implementation. How much faster seems to depend on the size of the frequency range and the size of the chunks. ref: https://github.com/dask/dask/commit/</a><a class="double-link" href="https://github.com/dask-image/dask-ndfourier/commit/2b2d9f9dd">2b2d9f9dd</a>
8 of 8 new or added lines in 1 file covered. (100.0%)
120 of 120 relevant lines covered (100.0%)
3.97 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 88.1 (PYVER="3.6") | 0 |
100.0 |
Travis Job 88.1 | |
| 2 | 88.2 (PYVER="3.5") | 0 |
100.0 |
Travis Job 88.2 | |
| 3 | 88.3 (PYVER="3.4") | 0 |
100.0 |
Travis Job 88.3 | |
| 4 | 88.4 (PYVER="2.7") | 0 |
96.67 |
Travis Job 88.4 |