Skip to content

Commit e10b916

Browse files
committed
added docstrings
1 parent 725aa79 commit e10b916

17 files changed

Lines changed: 1462 additions & 1423 deletions

.DS_Store

10 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,4 @@ results/
1212
data/
1313
.pytest_cache/
1414

15-
.DS_Store
16-
17-
hpc_data/phase4_18735304
18-
19-
hpc_data/phase6_18780164
20-
21-
22-
hpc_data/**/*.jsonl
23-
hpc_data/**/*.jsonl
15+
.DS_Store/

docs/GEN_AI.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
All our prompts will go here.
2+
3+
A reflection of our GENAI usage should also be placed here.

docs/HPC_GUIDE.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/experiments.md

Lines changed: 0 additions & 233 deletions
This file was deleted.

docs/kimon_prompts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ For parallel simulations, use different seeds per worker (e.g., base_seed + work
369369

370370
Help me create a skeletal version of the updated experiments script for HPC that meets tha phase requirements outlined. The config class has been migrated to config.py.
371371

372-
373372
## Data Post-processing
374373

375-
Help me load and parse the data according to job and experimental phase number. The data will be analyzed in a jupyter notebook rather than a py file for usability.
374+
Help me load and parse the data according to job and experimental phase number. The data will be analyzed in a jupyter notebook rather than a py file for usability.
375+
376+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)