Skip to content

Commit 269d217

Browse files
authored
Merge pull request #25 from chenle02/Tetris_Domino_Le
Tetris Domino Le
2 parents d63aa05 + 2147f76 commit 269d217

File tree

195 files changed

+501
-45
lines changed

Some content is hidden

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

195 files changed

+501
-45
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ cython_debug/
174174
*.fls
175175
*.nav
176176
*.db
177+
*.mp4
177178
Share-Slides/
178179
*.vrb
179180

@@ -202,3 +203,5 @@ Experiments/exp_demo/mpv-shot0002.jpg
202203
Experiments/exp8.zip
203204

204205
Experiments/exp11/job_Makeup_1022990.err
206+
207+
Experiments/exp11_backup

Experiments/exp11/Sweep.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@
1717
sp(list_width=ListWidth,
1818
list_random_seeds=ListRandomSeeds,
1919
config_patterns=config_patterns)
20-
21-
# Generate the sqlite database
22-
pattern = "*.joblib"
23-
insert_joblibs(pattern,
24-
verbose=True,
25-
table_name="Simulations")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)