Skip to content

Commit c6d7ad3

Browse files
committed
fix typo
1 parent 1e6e5ac commit c6d7ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/tests/test_elementwise_min_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class TestElementwiseOp(OpTest):
77
def setUp(self):
88
self.op_type = "elementwise_min"
9-
# If x and y have the same value, the max() is not differentiable.
9+
# If x and y have the same value, the min() is not differentiable.
1010
# So we generate test data by the following method
1111
# to avoid them being too close to each other.
1212
x = np.random.uniform(0.1, 1, [13, 17]).astype("float32")

0 commit comments

Comments
 (0)