Closed Rykath closed 2 years ago
When using the UI to display a fit with (excluded) constants the error: ValueError: Xpred should have shape (n, 3) but has shape (50, 1) is thrown.
ValueError: Xpred should have shape (n, 3) but has shape (50, 1)
It appears the GPy surrogate sets ndim incorrectly when loading the model from a file.
GPy
ndim
When using the UI to display a fit with (excluded) constants the error:
ValueError: Xpred should have shape (n, 3) but has shape (50, 1)
is thrown.It appears the
GPy
surrogate setsndim
incorrectly when loading the model from a file.