Skip to content

Commit 037fff0

Browse files
author
Alihan Zihna
committed
fix precommit errors blank
1 parent e16f974 commit 037fff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ def dist(cls, nu=1, sigma=None, lam=None, sd=None, *args, **kwargs):
26332633
assert_negative_support(sigma, "sigma", "HalfStudentT")
26342634

26352635
return super().dist([nu, sigma], *args, **kwargs)
2636-
2636+
26372637
def get_moment(rv, size, nu, sigma):
26382638
sigma, _ = at.broadcast_arrays(sigma, nu)
26392639
if not rv_size_is_none(size):

0 commit comments

Comments
 (0)