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 8b66a9a commit 145d28dCopy full SHA for 145d28d
pymc/logprob/mixture.py
@@ -291,10 +291,9 @@ def find_measurable_index_mixture(fgraph, node):
291
if any(
292
(
293
isinstance(indices, (type(NoneConst) | type(None)))
294
- or
295
- (
296
- indices.dtype.startswith("int") and
297
- sum(1 - b for b in indices.type.broadcastable) > 0
+ or (
+ indices.dtype.startswith("int")
+ and sum(1 - b for b in indices.type.broadcastable) > 0
298
)
299
300
for indices in mixing_indices
0 commit comments