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 c02044f commit e81e6a6Copy full SHA for e81e6a6
README.md
@@ -12,7 +12,7 @@ import pymc_experimental as pmx
12
13
with pm.Model():
14
15
- alpha = pmx.ParabolicFractal(b=1, c=1)
+ alpha = pmx.ParabolicFractal('alpha', b=1, c=1)
16
17
...
18
0 commit comments