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

pvlib / pvanalytics / 574 / 3
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Jul 2020 03:21PM UTC
Files 35
Run time 12min
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:09PM UTC coverage: 100.0%. Remained the same
574.3

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.

1039 of 1039 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 574.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 531
  • Travis Job 574.3
  • c44415b7 on github
  • Prev Job for on system-azimuth-tilt (#571.3)
  • Next Job for on system-azimuth-tilt (#576.2)
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