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

hgrecco / pint / 1859 / 3
92%
master: 91%

Build:
Build:
LAST BUILD BRANCH: fix-nonmult-doc
DEFAULT BRANCH: master
Ran 01 Aug 2020 09:25PM UTC
Files 18
Run time 1s
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

01 Aug 2020 09:23PM UTC coverage: 74.73%. Remained the same
PKGS="python=3.6"

push

travis-ci

web-flow
Merge #1137

1137: Avoid warning when setting a masked value r=hgrecco a=dopplershift

When the underlying data is a masked array, __setitem__ can be given a sentintel np.ma.masked or masked values. This avoids passing them to math.isnan which causes a warning:
```
miniconda3/envs/py38/lib/python3.8/site-packages/pint/quantity.py:1782: UserWarning: Warning: converting a masked element to nan.
    if math.isnan(value):
```

- [ ] Closes # (insert issue number)
- [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- [x] The change is fully covered by automated unit tests
- [ ] Documented in docs/ as appropriate
- [x] Added an entry to the CHANGES file


Co-authored-by: Ryan May <rmay@ucar.edu>

3049 of 4080 relevant lines covered (74.73%)

0.75 hits per line

Source Files on job 1859.3 (PKGS="python=3.6")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1725
  • Travis Job 1859.3
  • 3d99581a on github
  • Prev Job for PKGS="python=3.6" on staging (#1856.3)
  • Next Job for PKGS="python=3.6" on staging (#1868.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