You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using 2 hyper parameters when 3 is expected, the current error is "Request failed with response 500: None
list index out of range"
This took me about 20 minutes to hunt down. A more explicit error message stating that the wrong number of hyper parameters was provided would be better.
The text was updated successfully, but these errors were encountered:
Sorry I've been gone for so long! See: #448 for details.
I'll add this to my upcoming to-do list. Yup, I agree, the I/O bounds/type/etc checking is pretty weak. You can pass in inf and NaN right now too in place of numeric parameters and watch things break :/
num hyperparams in particular is tougher b/c the precise number is dependent on the covariance kernel. But I'll make report an error properly.
When using 2 hyper parameters when 3 is expected, the current error is "Request failed with response 500: None
list index out of range"
This took me about 20 minutes to hunt down. A more explicit error message stating that the wrong number of hyper parameters was provided would be better.
The text was updated successfully, but these errors were encountered: