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

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

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2018 04:11PM UTC
Files 33
Run time 3s
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: 90.987%. First build
CONDA_ENV=py35

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

5502 of 6047 relevant lines covered (90.99%)

0.91 hits per line

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