Skip to content

Commit 3cde51f

Browse files
authored
Merge pull request #1322 from luke-kiernan/lk/pcm_simulation_docs
Small docs fix to pcm simulation
2 parents 713eb8c + 30cbe30 commit 3cde51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/pcm_simulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ So, to define a typical day-ahead - real-time sequence:
145145

146146
We can adjust the time series data to reflect this structure in each `System`:
147147

148-
- `transform_single_time_series!(sys_DA, 48, Hour(1))`
149-
- `transform_single_time_series!(sys_RT, 12, Minute(15))`
148+
- `transform_single_time_series!(sys_DA, Hour(48), Hour(24))`
149+
- `transform_single_time_series!(sys_RT, Minute(60), Minute(15))`
150150

151151
Now we can put it all together to define a `SimulationSequence`
152152

0 commit comments

Comments
 (0)