Skip to content

Commit 85e08ed

Browse files
committed
fix typo
1 parent 7837629 commit 85e08ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_bart/pgbart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class ParticleTree:
282282
"""Particle tree."""
283283

284284
def __init__(self, tree):
285-
self.tree = tree.copy() # keself.eps the tree that we care at the moment
285+
self.tree = tree.copy() # keeps the tree that we care at the moment
286286
self.expansion_nodes = [0]
287287
self.log_weight = 0
288288
self.old_likelihood_logp = 0

0 commit comments

Comments
 (0)