luizgh / sigver

Signature verification package, for learning representations from signature data, training user-dependent classifiers.
BSD 3-Clause "New" or "Revised" License
82 stars 46 forks source link

numpy allow pickle compatibility #6

Closed gonultasbu closed 4 years ago

gonultasbu commented 5 years ago

some versions do not default to allow_pickle=True, contrary to the documentation. https://docs.scipy.org/doc/numpy/reference/generated/numpy.load.html

luizgh commented 5 years ago

Did you receive an error for this? If so, which python and numpy version were you using?

gonultasbu commented 5 years ago

Yes it gave me according error. I am actually using the latest version but for some reason the default behaviour was acting like allow_pickle=False, explicity declaring it as True solves the issue and it doesn't change the expected behaviour at all anyway.