Skip to content

Commit 3a1a14b

Browse files
authored
Fix compute_log_prior argument handling (#8123)
1 parent 460c58d commit 3a1a14b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pymc/stats/log_density.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def compute_log_likelihood(
7474

7575
def compute_log_prior(
7676
idata: InferenceData,
77+
*,
7778
var_names: Sequence[str] | None = None,
7879
extend_inferencedata: bool = True,
7980
model: Model | None = None,

0 commit comments

Comments
 (0)