Skip to content

Commit

Permalink
fix timeformat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Oct 26, 2023
1 parent ff5486b commit 93798f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frads/eplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def run(
if self.model.output_control_timestamp is None:
self.model.output_control_timestamp = {
"OutputControl:Timestamp 1": epm.OutputControlTimestamp(
iso8601_format=epm.EPBoolean.yes,
iso_8601_format=epm.EPBoolean.yes,
timestamp_at_beginning_of_interval=epm.EPBoolean.yes,
)
}
Expand Down

0 comments on commit 93798f6

Please sign in to comment.