SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

unmix_intervals function doesn't pass through upper and lower arguments to .clip() #822

Open DuncanDotPY opened 4 months ago

DuncanDotPY commented 4 months ago

solarforecastarbiter.reference_forecasts.forecast.unmix_intervals function doesn't pass the upper and lower arguments through to the .clip() upstream.

Instead, the function always applied .clip(lower=0, upper=100) regardless of the chosen clipping thresholds.

image