-
Notifications
You must be signed in to change notification settings - Fork 11
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
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() #1
Comments
When running H0_measurement.py Traceback (most recent call last): |
Please change |
Whenever I am trying to run any code from examples or H0_measurement.py , I am getting this error.
"Traceback (most recent call last):
File "gp_example.py", line 28, in
g = gp.GaussianProcess(X, Y, Sigma, cXstar=(xmin, xmax, nstar))
File "/usr/local/lib/python2.7/dist-packages/gapp/gp.py", line 117, in init
if (xmin == None or xmax == None):
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
"
Please let me know how can I debug program in my setup.
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: