Skip to content

Commit c739c39

Browse files
committed
Add type hints
1 parent 4aeedca commit c739c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def dist(
281281
# return moment
282282

283283
def logp(
284-
value,
284+
value: Union[at.TensorVariable, at.TensorConstant],
285285
mu: Union[at.TensorVariable, at.TensorConstant],
286286
sigma: Union[at.TensorVariable, at.TensorConstant],
287287
init: Union[at.TensorVariable, at.TensorConstant],

0 commit comments

Comments
 (0)