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

pvlib / pvanalytics / 576
100%
master: 100%

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

pending completion
576

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.

1038 of 1038 relevant lines covered (100.0%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 576.1 30 Jul 2020 03:30PM UTC 0
100.0
Travis Job 576.1
2 576.2 30 Jul 2020 03:30PM UTC 0
100.0
Travis Job 576.2
3 576.3 30 Jul 2020 03:29PM UTC 0
100.0
Travis Job 576.3
4 576.4 30 Jul 2020 03:30PM UTC 0
100.0
Travis Job 576.4
Source Files on build 576
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #576
  • fdb13fb3 on github
  • Prev Build on system-azimuth-tilt (#574)
  • Next Build on system-azimuth-tilt (#587)
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