Skip to content

test_dataset.py failing #87

@Jammy2211

Description

@Jammy2211
@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions