Skip to content

Commit 5f29b25

Browse files
jaharvey8twiecki
authored andcommitted
switching fill and fill_like to full and full_like
1 parent 3dddaf5 commit 5f29b25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pymc/math.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
erfcinv,
4747
erfinv,
4848
exp,
49-
fill,
50-
fill_like,
5149
flatten,
5250
floor,
51+
full,
52+
full_like,
5353
ge,
5454
gt,
5555
le,
@@ -108,8 +108,8 @@
108108
"erfcinv",
109109
"erfinv",
110110
"exp",
111-
"fill",
112-
"fill_like",
111+
"full",
112+
"full_like",
113113
"flatten",
114114
"floor",
115115
"ge",

0 commit comments

Comments
 (0)