Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start a day at 6am so something is happening sooner #26

Open
frankcarey opened this issue Aug 10, 2023 · 2 comments · May be fixed by #152
Open

Start a day at 6am so something is happening sooner #26

frankcarey opened this issue Aug 10, 2023 · 2 comments · May be fixed by #152

Comments

@frankcarey
Copy link

The demo at http://localhost:8000/replay/July1_the_ville_isabella_maria_klaus-step-3-20/1/ and the simulation start times are set for midnight. This means you end up waiting a while before anything happens.

@frankcarey
Copy link
Author

I'm thinking this should work, but didn't test it yet.

index 1e81ec12..a3896324 100644
--- a/environment/frontend_server/storage/base_the_ville_isabella_maria_klaus/reverie/meta.json
+++ b/environment/frontend_server/storage/base_the_ville_isabella_maria_klaus/reverie/meta.json
@@ -1,7 +1,7 @@
 {
   "fork_sim_code": "base_the_ville_isabella_maria_klaus",
   "start_date": "February 13, 2023",
-  "curr_time": "February 13, 2023, 00:00:00",
+  "curr_time": "February 13, 2023, 00:06:00",
   "sec_per_step": 10,
   "maze_name": "the_ville",
   "persona_names": [

@HansZhang19
Copy link

I'm thinking this should work, but didn't test it yet.

index 1e81ec12..a3896324 100644
--- a/environment/frontend_server/storage/base_the_ville_isabella_maria_klaus/reverie/meta.json
+++ b/environment/frontend_server/storage/base_the_ville_isabella_maria_klaus/reverie/meta.json
@@ -1,7 +1,7 @@
 {
   "fork_sim_code": "base_the_ville_isabella_maria_klaus",
   "start_date": "February 13, 2023",
-  "curr_time": "February 13, 2023, 00:00:00",
+  "curr_time": "February 13, 2023, 00:06:00",
   "sec_per_step": 10,
   "maze_name": "the_ville",
   "persona_names": [

I think it should be 06:00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants