Standardisation 8
This commit is contained in:
@@ -101,6 +101,14 @@ class EvaluationWorkspace:
|
||||
def correction_progress_file(self) -> Path:
|
||||
return self.root / "correction_progress.json"
|
||||
|
||||
@property
|
||||
def batch_jobs_file(self) -> Path:
|
||||
return self.root / "batch_jobs.json"
|
||||
|
||||
@property
|
||||
def batched_correction_result_file(self) -> Path:
|
||||
return self.root / "batched_correction_result.jsonl"
|
||||
|
||||
@property
|
||||
def manual_resolutions_file(self) -> Path:
|
||||
return self.root / "manual_resolutions.txt"
|
||||
|
||||
Reference in New Issue
Block a user