Skip to content

Commit b976331

Browse files
committed
Silly ruff formatting pickiness
1 parent bba6237 commit b976331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/tensor/basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ def switch(cond, ift, iff):
784784
y = pm.Bernoulli('y', p=switch(x, 0.9, 0.1), shape=10)
785785
"""
786786

787+
787788
where = switch
788789

789790

0 commit comments

Comments
 (0)