Skip to content

Commit

Permalink
update docs, fix bug plots (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Sep 28, 2023
1 parent 65405fd commit 3f567af
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/examples/quick-start.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions kulprit/plots/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ def plot_densities(
data = [idata]
l_labels = ["Reference"]
var_names.append(f"~{model.response_name}_mean")
else:
data = []
l_labels = []

if submodels is None:
submodels = path.values()
Expand Down

0 comments on commit 3f567af

Please sign in to comment.