now using only the new datset version

This commit is contained in:
Karma Riuk
2025-03-31 14:17:36 +02:00
parent 35bd296c7c
commit 669049b7a4
4 changed files with 309 additions and 131 deletions

View File

@ -131,7 +131,7 @@ class Dataset_new:
json.dump(self, f, default=lambda o: o.__dict__, indent=4)
@staticmethod
def from_json(filename: str, keep_still_in_progress: bool = False) -> "Dataset":
def from_json(filename: str, keep_still_in_progress: bool = False) -> "Dataset_new":
raise NotImplementedError("This method is not implemented yet")