We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb83972 commit 8208291Copy full SHA for 8208291
pymc/distributions/continuous.py
@@ -650,10 +650,10 @@ def dist(
650
cls,
651
mu: Optional[DIST_PARAMETER_TYPES] = None,
652
sigma: Optional[DIST_PARAMETER_TYPES] = None,
653
+ *,
654
tau: Optional[DIST_PARAMETER_TYPES] = None,
655
lower: Optional[DIST_PARAMETER_TYPES] = None,
656
upper: Optional[DIST_PARAMETER_TYPES] = None,
- *args,
657
**kwargs,
658
) -> RandomVariable:
659
tau, sigma = get_tau_sigma(tau=tau, sigma=sigma)
0 commit comments