Skip to content

Commit

Permalink
mvlr daily resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
JrtPec committed Jun 10, 2024
1 parent d380518 commit 34042d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openenergyid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Open Energy ID Python SDK."""

__version__ = "0.1.9"
__version__ = "0.1.10"

from .enums import Granularity
from .models import TimeSeries
Expand Down
2 changes: 1 addition & 1 deletion openenergyid/mvlr/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from openenergyid.enums import Granularity

pandas_granularity_map = {Granularity.P7D: "W-MON", Granularity.P1M: "MS"}
pandas_granularity_map = {Granularity.P7D: "W-MON", Granularity.P1M: "MS", Granularity.P1D: "D"}


def resample_input_data(
Expand Down

0 comments on commit 34042d2

Please sign in to comment.