Nabil Freij
Nabil Freij
> Has someone confirmed that the returned contours are in fact identical with this change? Or are the contours similar but not necessarily identical? None of the figure tests changed?...
So we should add a figure test doing the comparison of the two methods?
Ah ok, we should change the changelog then!
The other choice is to add a method keyword and allow users to select either package? If we want to avoid a breaking change.
> > The other choice is to add a method keyword and allow users to select either package? > > If we want to avoid a breaking change. > >...
> How can I go about updating figure tests and adding tests in general? Do you mean updating the hashes of the figure tests or creating new ones? For adding...
> > Do you mean updating the hashes of the figure tests or creating new ones? > > Both, actually—updating the necessary hashes for this PR and creating new ones....
> Any Other Suggestions? Not right now, this needs a second reviewer to approve.
> If deprecation is critical, I suggest defining a new method, e.g., `get_contour()`, and then deprecating `contour()`. Oh I like this. We leave the old method alone, deprecate it and...