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
Hi Rémi,
Thanks for your quick reply.
The error message surprised me a little and the notion of buffer was not obvious (I was expecting to read input value or something like that). I'm creating a wrapper of SurrogateModel and I think I will force the conversion to float to avoid any problems.
As it is the expected SMT behavior, I close this issue.
Hi,
I got a
ValueError
when evaluating aSurrogateModel
with an integer (long
) instead of a float (double
):Here is the reproducer:
Is this normal or a bug? If it's normal, what's the explanation for this?
Thank you in advance for your reply,
Best,
Matthias
The text was updated successfully, but these errors were encountered: