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

pvlib / pvanalytics / 574
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Jul 2020 03:21PM 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
574

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%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 574.1 30 Jul 2020 03:22PM UTC 0
100.0
Travis Job 574.1
2 574.2 30 Jul 2020 03:21PM UTC 0
100.0
Travis Job 574.2
3 574.3 30 Jul 2020 03:21PM UTC 0
100.0
Travis Job 574.3
4 574.4 30 Jul 2020 03:22PM UTC 0
100.0
Travis Job 574.4
Source Files on build 574
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #574
  • c44415b7 on github
  • Prev Build on system-azimuth-tilt (#571)
  • Next Build on system-azimuth-tilt (#576)
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