Skip to content

Commit 78744ce

Browse files
doctest
1 parent 1d404ba commit 78744ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhf/probability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def log_prob(self, value):
174174
np.float64(-4.26248380...)
175175
>>> broadcast_value = pyhf.tensorlib.astensor([11.0])
176176
>>> independent.log_prob(broadcast_value)
177-
np.float(-4.34774364...)
177+
np.float64(-4.34774364...)
178178
179179
Args:
180180
value (:obj:`tensor` or :obj:`float`): The value at which to evaluate the distribution

0 commit comments

Comments
 (0)