autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

added `allow_pickle=True` to `np.load()` #361

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

Fixes the case where numpy.load throws:

ValueError: Object arrays cannot be loaded when allow_pickle=False

pep8speaks commented 5 years ago

Hello @mikkokotila! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 36:80: E501 line too long (86 > 79 characters)

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 504


Totals Coverage Status
Change from base Build 448: 0.5%
Covered Lines: 1128
Relevant Lines: 1247

💛 - Coveralls