Skip to content

Commit dc731e9

Browse files
fix: do not prefer float32 with tf experimental numpy behavior (#28928)
1 parent 573e714 commit dc731e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy/functional/backends/tensorflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import ivy
1919
from ivy.func_wrapper import _dtype_from_version
2020

21-
tf.experimental.numpy.experimental_enable_numpy_behavior(prefer_float32=True)
21+
tf.experimental.numpy.experimental_enable_numpy_behavior()
2222

2323
backend_version = {"version": tf.__version__}
2424

0 commit comments

Comments
 (0)