Skip to content

Commit e49dd38

Browse files
format
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
1 parent e428a31 commit e49dd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnx/backend/test/case/node/clip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def export() -> None:
6161
)
6262

6363
x = np.array([-1, 0, 6]).astype(np.float32)
64-
y = np.array([1, 1, 1]).astype(np.float32) # Value of max when min>max.
65-
min_val = np.float32(2) # Min greater than max.
64+
y = np.array([1, 1, 1]).astype(np.float32)
65+
min_val = np.float32(2)
6666
max_val = np.float32(1)
6767
expect(
6868
node,

0 commit comments

Comments
 (0)