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

pvlib / pvanalytics / 576 / 4
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Jul 2020 03:30PM UTC
Files 35
Run time 11min
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

30 Jul 2020 03:27PM UTC coverage: 100.0%. Remained the same
576.4

push

travis-ci

wfvining
Make _fit.quadratic_idxmax API consistent with other _fit functions

All API functions in _fit have a consistent interface, taking
array-like x-values and a Series of y-values. Previously we took two
series and indexed into the x-values using the index of the
y-values. Now, we expect users to pass arrays/series of matching
length, one with x-value and one with y-values. This shifts the
use-case specific code (i.e. converting dates) out of the general
purpose curve fitting functions an in to the code that calls the
fitting function. I take one more step to making this as generic as
possible by adding a `model_range` parameter, used to pass the range
of x-values to apply the quadratic to after it is fit. The previous
fitting functions did not need this parameter since they just return
the r-squared for the fit.

1061 of 1061 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 576.4
  • Tree
  • List 0
  • Changed 10
  • Source Changed 1
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 533
  • Travis Job 576.4
  • fdb13fb3 on github
  • Prev Job for on system-azimuth-tilt (#574.3)
  • Next Job for on system-azimuth-tilt (#587.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