Closed
Description
Describe the bug
raw = np.diff(data)
does not calculate the slope since it is not divided by the time interval.
Expected behavior
raw = np.diff(data) / sample_interval
Versions:
pvlib.__version__
: 0.8.1
Additional context
All current tests use 1-minute intervals, so the tests are not incorrect.
Metadata
Metadata
Assignees
Labels
No labels