Skip to content

Commit e81e6a6

Browse files
authored
Update README.md
1 parent c02044f commit e81e6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import pymc_experimental as pmx
1212

1313
with pm.Model():
1414

15-
alpha = pmx.ParabolicFractal(b=1, c=1)
15+
alpha = pmx.ParabolicFractal('alpha', b=1, c=1)
1616

1717
...
1818

0 commit comments

Comments
 (0)