arviz-devs / arviz-plots

ArviZ modular plotting
https://arviz-plots.readthedocs.io
Apache License 2.0
3 stars 2 forks source link

Test common interface functions for each backend independently #100

Open OriolAbril opened 1 month ago

OriolAbril commented 1 month ago

We should have tests that check the use of common interface plotting functions work as expected. I think the easiest way to go about this is having kind of equivalent tests in backend specific files, so we check that create plotting grid generates the desired grid, shares axis correctly, sets the correct width/height ratios by inspecting the generated output, which will be backend specific.