Skip to content

Commit

Permalink
fix broken API
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Feb 13, 2024
1 parent 6cdd343 commit d7c7833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobaya_utilities/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def show_tau_prior(g, loc=0.054, scale=0.0073, color="gray", ls="--"):
the line style
"""

show_priors(g, inputs=dict(tau=(loc, scale)), color=color, ls=ls)
show_priors(g, priors=dict(tau=(loc, scale)), color=color, ls=ls)


def despine(g, all_axes=False, **kwargs):
Expand Down

0 comments on commit d7c7833

Please sign in to comment.