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

pvlib / pvlib-python / 1309 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2018 04:11PM UTC
Files 33
Run time 5s
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

27 Jul 2018 04:04PM UTC coverage: 68.96% (+0.03%) from 68.929%
CONDA_ENV=py27-min

push

travis-ci

wholmgren
BUG: fix klucher nan output for numpy (#509)

* BUG: fix klucher nan output for numpy

* fixes #508
* use `F = np.where(np.isnan(F), 0, F) to only replace `nan` with zero
* previously if numpy array with nan, then entire array was zeroed so output differed from pandas series input

* update klucker tests

* the original test had the bug in it, because floats don't have `fillna` attribute, **but** that doesn't mean that the value was `NaN`!
* instead of hard-coding the expected value, what we really expect is that it should produce the same value as the pandas series result
* also compare the pandas series result to a numpy array of the same

* DOC: MAINT: update what's new

4170 of 6047 relevant lines covered (68.96%)

0.69 hits per line

Source Files on job 1309.1 (CONDA_ENV=py27-min)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1217
  • Travis Job 1309.1
  • 80bf796a on github
  • Prev Job for CONDA_ENV=py27-min on master (#1304.1)
  • Next Job for CONDA_ENV=py27-min on master (#1313.1)
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