Skip to content

Commit

Permalink
Change shape for EV ID Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Nov 14, 2023
1 parent 28197ee commit 6c6ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub/dsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DSRModel(BaseModel):
alias="Activities Outside Home", shape=(7, 1440)
)
activity_types: list = Field(alias="Activity Types", shape=(1, 7))
ev_id_matrix: list = Field(alias="EV ID Matrix", default=[], shape=(1440, 4329))
ev_id_matrix: list = Field(alias="EV ID Matrix", default=[], shape=(None, 1440))
ev_dt: list = Field(alias="EV DT", shape=(2, 1440))
ev_locations: list = Field(alias="EV Locations", default=[], shape=(None, 1440))
ev_battery: list = Field(alias="EV Battery", default=[], shape=(None, 1440))
Expand Down

0 comments on commit 6c6ef21

Please sign in to comment.