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
Identify functions, classes, etc. and develop tests. A unit test is akin to checking that the brakes work on a car, as opposed to a regression test which would be driving the car to Bologna. pytest is a widely used test framework.
The text was updated successfully, but these errors were encountered:
In addressing #986 I tested in a fresh virtual environment. This pulled in
[matplotlib-3.10.0](https://github.com/matplotlib/matplotlib/releases/tag/v3.10.0) which was released 2024-12-14 (two
days ago!). Our dependency on [topoly](topoly.cent.uw.edu.pl/documentation.html) doesn't work with this new version
because of the removal of `inset_location.InsetPosition` in favour of `inset_axes`.
This has been reported to the Topoly developers, see [ImportError: cannot import name 'InsetPosition' from
'mpl_toolkits.axes_grid1.inset_locator' · Issue #5 ·
ilbsm/topoly_tutorial](ilbsm/topoly_tutorial#5) and hopefully won't take long to resolve. For
now though we pin our dependency `matplotlib~=3.9.4` and all tests pass.
Identify functions, classes, etc. and develop tests. A unit test is akin to checking that the brakes work on a car, as opposed to a regression test which would be driving the car to Bologna.
pytest
is a widely used test framework.The text was updated successfully, but these errors were encountered: