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
Not sure how to do this. Do you have anything particular in mind?
I don't think it's reasonable to test the whole API again. It should already be tested in the underlying Axes or Figure functions.
Essentially, #12293 was about the mapping of parameters. The boilerplate code should just pass everything through. That used to be simple with *args, **kwargs signatures. However, since we switch to explicit signatures where possible, the mapping must be done a bit more carefully.
One possibility might be to test the boilerplate code generator.
Originally posted by @jklymak in #12293
The text was updated successfully, but these errors were encountered: