Skip to content

Commit

Permalink
Fix wrong test name (causing test files of previous test with same na…
Browse files Browse the repository at this point in the history
…me to be overwritten)
  • Loading branch information
rosemanmeilof committed Jun 18, 2024
1 parent ae9029d commit 48011c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/backend/test/case/node/reducesum.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def export_empty_axes_input_noop() -> None:
node,
inputs=[data, axes],
outputs=[reduced],
name="test_reduce_sum_negative_axes_keepdims_random",
name="test_reduce_sum_empty_axes_input_noop",
)

@staticmethod
Expand Down

0 comments on commit 48011c8

Please sign in to comment.