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
I was expecting to see "successful" printed as per https://docs.kidger.site/optimistix/api/solution/ (I know the returned result is correct because I have a test suite I am comparing against and the numerical value is correct). I can access a '0' integer if I instead access the result._value attribute, but so far no luck getting the string message. I suspect I am using enums incorrectly.
The text was updated successfully, but these errors were encountered:
Hopefully this is trivial, but I'm having trouble accessing the success/not result of the solver:
Code snippet:
Output of print statements, note that nothing is returned for result = :
I was expecting to see "successful" printed as per https://docs.kidger.site/optimistix/api/solution/ (I know the returned result is correct because I have a test suite I am comparing against and the numerical value is correct). I can access a '0' integer if I instead access the
result._value
attribute, but so far no luck getting the string message. I suspect I am using enums incorrectly.The text was updated successfully, but these errors were encountered: