mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
now using only the new datset version
This commit is contained in:
@ -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")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user