Add figure tests
for plotting functions
#4885
Labels
difficulty: medium
Will take a few days
plotting
Related to pybamm.QuickPlot and surrounding functionality
Currently, PyBaMM lacks automated figure tests to verify the correctness of plots generated by QuickPlot or other plotting functions. This can lead to unintended changes in the plots and make it difficult to verify whether modifications to these functions are correctly implemented. Adding figure-based tests using
pytest-mpl
or a similar approach will help detect unintended changes in plot outputs.The text was updated successfully, but these errors were encountered: