Skip to content

Error caused by numpy.load() numpy v1.16 #2

@kishiy

Description

@kishiy

Default of 'allow_pickle' is changed to Fales in numpy.load().
( https://docs.scipy.org/doc/numpy/reference/generated/numpy.load.html )
so, line 67 in combo/variables.py shoud be chaned as

66: def load(self, file_name):
67: data = np.load(file_name, allow_pickle=True)

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