Skip to content

Commit c7b5f12

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5c3b295 commit c7b5f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/inference/pathfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def fit_pathfinder(
9999
raise ImportError("fit_pathfinder requires blackjax 1.0 or above")
100100
model = modelcontext(model)
101101

102-
ip = model.initial_point()
102+
ip = model.initial_point()
103103
ip_map = DictToArrayBijection.map(ip)
104104

105105
new_logprob, new_input = pm.pytensorf.join_nonshared_inputs(

0 commit comments

Comments
 (0)