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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user