Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass 'allow_pickle=True' to numpy.load (default changed in np 1.16.3) #29

Merged
merged 1 commit into from
Sep 20, 2019

Conversation

ots22
Copy link
Member

@ots22 ots22 commented Sep 20, 2019

Fixes some failing tests with numpy 1.17.1. Loading GaussianProcess, SequentialDesign and MultiOutputGP requires loading pickled objects with np.load, which is disallowed by default since numpy 1.16.3.

@ots22 ots22 requested a review from edaub September 20, 2019 10:08
Copy link
Collaborator

@edaub edaub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this, okay to merge.

@edaub edaub merged commit 37dee44 into devel Sep 20, 2019
@edaub edaub deleted the fix/allow_pickle branch September 20, 2019 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants