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
The function marl_eval.plotting_tools.plotting.probability_of_improvement(...) is defined to return a Matplotlib Figure but actually returns an Axes.
We can either update the type definition or modify the function to return the handle to the Figure. I think the latter is a better option. Happy to put in a PR for either.
The text was updated successfully, but these errors were encountered:
The function
marl_eval.plotting_tools.plotting.probability_of_improvement(...)
is defined to return a Matplotlib Figure but actually returns an Axes.We can either update the type definition or modify the function to return the handle to the Figure. I think the latter is a better option. Happy to put in a PR for either.
The text was updated successfully, but these errors were encountered: