arviz-devs / arviz_dashboard

Bayesian Dashboard built on top of Panel
Apache License 2.0
5 stars 1 forks source link

Fixed Bugs on Panel Dashboards #49

Closed yilinxia closed 3 weeks ago

yilinxia commented 1 month ago
  1. Fixed the bugs for previous dashboards including
    • elpd
    • pcc
    • forest
  2. modify the notebooks to align with the current file structure

Resolves #48

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

amaloney commented 1 month ago

@yilinxia we typically keep the tracking issue open until the PR has been approved. Then when you make a PR, you want to mark it with Resolves #<number of the issue>. You will see GH link the two together. That way when the PR is merged, the issue gets automatically closed.

amaloney commented 1 month ago

also, ty for this fix