Skip to content

Commit e017db1

Browse files
committedMay 15, 2024
(exec): add skip-morning simulation.
1 parent b71edf6 commit e017db1

File tree

6,130 files changed

+1433559
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,130 files changed

+1433559
-36
lines changed
 

‎.gitignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ environment/frontend_server/storage/*
55
environment/frontend_server/temp_storage/*
66
reverie/backend_server/cost-logs/*
77

8+
# Logs folder
9+
logs/*
10+
811
reverie/backend_server/utils.py
912
frontend_server/settings/local.py
1013
storage/*
@@ -13,8 +16,9 @@ static_dirs/*
1316
!storage/base_the_ville_isabella_maria_klaus/*
1417
!storage/base_the_ville_n25/*
1518

16-
# Logs folder
17-
logs/*
19+
# Keep the skip-morning-s simulation
20+
!environment/frontend_server/storage/skip-morning-s-14
21+
!logs/skip-morning_2024-05-15_13-54-44.txt
1822

1923
bin/
2024
include/

‎cost_viz.ipynb

+34-34
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.