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
Right now the plot methods report numerical results with a hard-wired number of decimal places. The user should be able to specify this. Add a round_to (inspired by what arviz uses) kwarg to all the plot methods to achieve this.
Add the round_to kwarg and associated utility functions
The docstrings will need to be updated.
Add tests to cover the new functions
The text was updated successfully, but these errors were encountered:
Right now the
plot
methods report numerical results with a hard-wired number of decimal places. The user should be able to specify this. Add around_to
(inspired by what arviz uses) kwarg to all the plot methods to achieve this.The text was updated successfully, but these errors were encountered: