Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Eichenberger <[email protected]>
  • Loading branch information
AlexandreEichenberger committed Sep 23, 2024
1 parent 662ed8c commit e428a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/backend/test/case/node/clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def export() -> None:

x = np.array([-1, 0, 6]).astype(np.float32)
y = np.array([1, 1, 1]).astype(np.float32) # Value of max when min>max.
min_val = np.float32(2) # Min greater than max.
min_val = np.float32(2) # Min greater than max.
max_val = np.float32(1)
expect(
node,
Expand Down

0 comments on commit e428a31

Please sign in to comment.