Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Dec 26, 2024
1 parent 751ec68 commit 1716c0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pymc_bart/pgbart.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,10 @@ def are_whole_number(array: npt.NDArray) -> np.bool_:


def logp(
point, out_vars: list[pm.Distribution], vars: list[pm.Distribution], shared: list[pt.Tensor]
point,
out_vars: list[pm.Distribution],
vars: list[pm.Distribution],
shared: list[pt.TensorVariable],
):
"""Compile PyTensor function of the model and the input and output variables.
Expand Down

0 comments on commit 1716c0e

Please sign in to comment.