Closed bnaecker closed 6 years ago
Merging #95 into master will decrease coverage by
0.68%
. The diff coverage is89.18%
.
@@ Coverage Diff @@
## master #95 +/- ##
==========================================
- Coverage 96.04% 95.35% -0.69%
==========================================
Files 8 8
Lines 556 560 +4
==========================================
Hits 534 534
- Misses 22 26 +4
Impacted Files | Coverage Δ | |
---|---|---|
pyret/metadata.py | 100% <100%> (ø) |
:arrow_up: |
pyret/visualizations.py | 92.94% <88.88%> (-2.24%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f16f9ff...70e4c9e. Read the comment docs.
Also let's bump the version to 0.5.7, since the API has changed a bit.
accept a dx keyword argument. This gives the spatial scale of a single pixel in the passed linear filter, which is used to set the axis extent accordingly. This allows users to see spatial filters in actual spatial units. The parameter defaults to 1.0 (plot in pixel coordinates), so the behavior for older code is the same.