Flatten data/readings/ → data/

Remove the intermediate readings/ subdirectory level — dataset naming
(synthetic_YYYYMMDD, manual_YYYYMMDD) already encodes what the data is.
Update all path references across scripts and docs accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Nathan Schneider
2026-03-20 17:46:23 -06:00
parent 1a80219a25
commit 60e83783ec
533 changed files with 97 additions and 97 deletions

View File

@@ -157,11 +157,11 @@ def compare_analyses(reference_file, comparison_files):
if __name__ == "__main__":
# Define file paths
reference_file = "data/readings/synthetic_20251116/readings_manual.csv"
reference_file = "data/synthetic_20251116/readings_manual.csv"
comparison_files = [
"data/readings/synthetic_20251116/readings_gemma3-12b.csv",
"data/readings/synthetic_20251116/readings_gpt-oss.csv",
"data/readings/synthetic_20251116/readings_mistral.csv"
"data/synthetic_20251116/readings_gemma3-12b.csv",
"data/synthetic_20251116/readings_gpt-oss.csv",
"data/synthetic_20251116/readings_mistral.csv"
]
# Check if files exist