-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The factor
just needs to multiply in the create_variable
method. TensorVariable and float only is too specific
pymc-extras/pymc_extras/prior.py
Lines 1322 to 1324 in c7f9d5a
def __init__(self, dist: Prior, factor: float | pt.TensorVariable) -> None: | |
self.dist = dist | |
self.factor = factor |
CC: @cluhmann
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers