Skip to content

Commit

Permalink
fixed date format
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Jul 2, 2024
1 parent 26bc58a commit 4caf3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The scenario below simulates a microgrid consisting of a simulated computing sys
```python
import vessim as vs

environment = vs.Environment(sim_start="15-06-2022")
environment = vs.Environment(sim_start="2022-06-15")

monitor = vs.Monitor()
environment.add_microgrid(
Expand Down

0 comments on commit 4caf3ca

Please sign in to comment.