Ray0202
Update space
4527eaf
import os
# Local results file (JSON or CSV). Override with TEMPORALBENCH_RESULTS_PATH.
RESULTS_PATH = os.environ.get("TEMPORALBENCH_RESULTS_PATH", "data/results.json")
# Local submissions folder for manual review.
SUBMISSIONS_PATH = os.environ.get("TEMPORALBENCH_SUBMISSIONS_PATH", "data/submissions")