NREL / infrasys

Data store for components and time series in support of Python-based modeling packages
https://nrel.github.io/infrasys/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

added aggrgate_type argument in aggregate class method for SingleTime… #52

Closed KapilDuwadi closed 2 days ago

KapilDuwadi commented 1 week ago

…Series

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 79.54545% with 9 lines in your changes missing coverage. Please review.

Project coverage is 95.02%. Comparing base (169accf) to head (d87d9d1).

Files with missing lines Patch % Lines
src/infrasys/time_series_models.py 67.85% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== - Coverage 95.24% 95.02% -0.23% ========================================== Files 33 33 Lines 2778 2815 +37 ========================================== + Hits 2646 2675 +29 - Misses 132 140 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

KapilDuwadi commented 1 week ago

@daniel-thom or @pesap Could you review this ?