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 1d404ba commit 78744ceCopy full SHA for 78744ce
src/pyhf/probability.py
@@ -174,7 +174,7 @@ def log_prob(self, value):
174
np.float64(-4.26248380...)
175
>>> broadcast_value = pyhf.tensorlib.astensor([11.0])
176
>>> independent.log_prob(broadcast_value)
177
- np.float(-4.34774364...)
+ np.float64(-4.34774364...)
178
179
Args:
180
value (:obj:`tensor` or :obj:`float`): The value at which to evaluate the distribution
0 commit comments