Skip to content

Commit

Permalink
fix shape_inference_test
Browse files Browse the repository at this point in the history
Signed-off-by: shubhambhokare1 <[email protected]>
  • Loading branch information
shubhambhokare1 committed Jan 31, 2025
1 parent 86b6a8d commit db9878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/test/shape_inference_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ def test_resize_size(self, _, version) -> None:
)

@parameterized.expand(all_versions_for("RMSNormalization"))
def test_rms_normalization(self) -> None:
def test_rms_normalization(self _, version) -> None:
graph = self._make_graph(
[
("X", TensorProto.FLOAT, ("N", "C", "H", "W")),
Expand Down

0 comments on commit db9878e

Please sign in to comment.