We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6fcba commit 6dca884Copy full SHA for 6dca884
causalpy/plot_utils.py
@@ -94,9 +94,9 @@ def get_hdi_to_df(
94
The size of the HDI, default is 0.94
95
"""
96
hdi = (
97
- az.hdi(x, hdi_prob=hdi_prob)
98
- .to_dataframe()
99
- .unstack(level="hdi")
100
- .droplevel(0, axis=1)
101
- )
+ az.hdi(x, hdi_prob=hdi_prob)
+ .to_dataframe()
+ .unstack(level="hdi")
+ .droplevel(0, axis=1)
+ )
102
return hdi
docs/source/_static/interrogate_badge.svg
0 commit comments