Skip to content

Commit ef39aed

Browse files
authored
Merge pull request #3322 from adriaan-vd-graaf/patch-1
Update the name variable of the CategoricalGibbsMetropolis class. Because of a typo
2 parents 37c0a92 + 4d1eb3f commit ef39aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/metropolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class CategoricalGibbsMetropolis(ArrayStep):
382382
which was introduced by Liu in his 1996 technical report
383383
"Metropolized Gibbs Sampler: An Improvement".
384384
"""
385-
name = 'caregorical_gibbs_metropolis'
385+
name = 'categorical_gibbs_metropolis'
386386

387387
def __init__(self, vars, proposal='uniform', order='random', model=None):
388388

0 commit comments

Comments
 (0)