2026-03-11 progress save
This commit is contained in:
@@ -2,7 +2,7 @@ import pandas as pd
|
||||
import matplotlib.pyplot as plt
|
||||
import os
|
||||
|
||||
csv_file = "results/synthetic_data/raw/20260302_183202.csv"
|
||||
csv_file = "results/synthetic_data/raw/20260303_083239.csv"
|
||||
save_folder = f"results/synthetic_data/derived/{os.path.splitext(os.path.basename(csv_file))[0]}"
|
||||
os.makedirs(save_folder, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user