Skip to content

Commit a78c9f5

Browse files
rpgoldmanColCarroll
authored andcommitted
Tweak docs for smartfloatX() (#3503)
1 parent 41e1e9d commit a78c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/theanof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def intX(X):
8888

8989
def smartfloatX(x):
9090
"""
91-
Convert non int types to floatX
91+
Converts numpy float values to floatX and leaves values of other types unchanged.
9292
"""
9393
if str(x.dtype).startswith('float'):
9494
x = floatX(x)

0 commit comments

Comments
 (0)