Skip to content

Commit

Permalink
Update pgbart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Aug 19, 2024
1 parent cce5c57 commit 1f98c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_bart/pgbart.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__( # noqa: PLR0915
else:
self.X = self.bart.X

if isinstance(self.bart.Y, Variable):
if isinstance(self.bart.Y, Variable):
self.Y = self.bart.Y.eval()
else:
self.Y = self.bart.Y
Expand Down

0 comments on commit 1f98c53

Please sign in to comment.