josejimenezluna / pyGPGO

Bayesian optimization for Python
http://pygpgo.readthedocs.io
MIT License
241 stars 61 forks source link

Example covzoo.py needs to import Numpy #14

Closed borgricw closed 5 years ago

borgricw commented 5 years ago

The example is not stand alone unless import numpy as np is added.

josejimenezluna commented 5 years ago

Thank you @ME-ML for noticing this. It's been fixed in master now.