Skip to content

Commit 2f3087c

Browse files
LukeLBricardoV94
andauthored
Update pymc/logprob/transforms.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent c429b2d commit 2f3087c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/logprob/transforms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,6 @@ def forward(self, value, *inputs):
738738
def backward(self, value, *inputs):
739739
return pt.arccosh(value)
740740

741-
# def log_jac_det(self, value, *inputs):
742-
# return pt.log(pt.sinh(value))
743741

744742

745743
class TanhTransform(RVTransform):

0 commit comments

Comments
 (0)