Closed
Description
pymc.set_data
is a wrapper around pymc.Model.set_data
method that supports setting multiple data variables at the same time and it is currently missing the coords
argument. Adding a coord argument to pymc.set_data and passing it to the method when called should already work.
Sources
- pymc.set_data (the one to be updated)
- set_data method