@classmethod
def load(cls, filename) -> "Dataset":
"""
Load the dataset at the specified filename
Parameters
----------
filename
The filename containing the dataset
Returns
-------
The dataset
"""
with open(filename, "rb") as f:
E FileNotFoundError: [Errno 2] No such file or directory: '/tmp/name.pickle'
Putting an issue here as I commented the test out, so we can emember this next week.
E FileNotFoundError: [Errno 2] No such file or directory: '/tmp/name.pickle'
Putting an issue here as I commented the test out, so we can emember this next week.