arviz-devs / arviz-plots

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

Modify call signature of functions used with `.map` #59

Open OriolAbril opened 2 months ago

OriolAbril commented 2 months ago

It is currently func(da, target, backend, ...). I think we should add a top level function get_backend that takes the target and identifies the backend from that so the call signature can become func(da, target, ...).

To get this to work 3 changes are needed: