Skip to content

Commit

Permalink
chore(deps): bump onnx-weekly from 1.15.0.dev20230807 to 1.15.0.dev20…
Browse files Browse the repository at this point in the history
…231002 in /requirements/ci (#1082)
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent f8046e1 commit 0c77b14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions onnxscript/tests/functions/onnxfns2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ def test_onnxfns_reduce_sum_square(self):
self.run_onnx_test(
onnxfns2.ReduceSumSquare,
keepdims=default_keepdims,
# default attributes are not supported yet.
skip_test_names=[
"test_reduce_sum_square_default_axes_keepdims_example",
"test_reduce_sum_square_default_axes_keepdims_random",
"test_reduce_sum_square_empty_set",
],
)

Expand All @@ -29,10 +27,8 @@ def test_onnxfns_reduce_l1(self):
self.run_onnx_test(
onnxfns2.ReduceL1,
keepdims=default_keepdims,
# default attributes are not supported yet.
skip_test_names=[
"test_reduce_l1_default_axes_keepdims_example",
"test_reduce_l1_default_axes_keepdims_random",
"test_reduce_l1_empty_set",
],
)

Expand All @@ -42,10 +38,8 @@ def test_onnxfns_reduce_l2(self):
self.run_onnx_test(
onnxfns2.ReduceL2,
keepdims=default_keepdims,
# default attributes are not supported yet.
skip_test_names=[
"test_reduce_l2_default_axes_keepdims_example",
"test_reduce_l2_default_axes_keepdims_random",
"test_reduce_l2_empty_set",
],
)

Expand All @@ -55,8 +49,9 @@ def test_onnxfns_reduce_log_sum(self):
self.run_onnx_test(
onnxfns2.ReduceLogSum,
keepdims=default_keepdims,
# default attributes are not supported yet.
skip_test_names=["test_reduce_log_sum_default"],
skip_test_names=[
"test_reduce_log_sum_empty_set",
],
)

def test_onnxfns_reduce_log_sum_exp(self):
Expand All @@ -65,10 +60,8 @@ def test_onnxfns_reduce_log_sum_exp(self):
self.run_onnx_test(
onnxfns2.ReduceLogSumExp,
keepdims=default_keepdims,
# default attributes are not supported yet.
skip_test_names=[
"test_reduce_log_sum_exp_default_axes_keepdims_example",
"test_reduce_log_sum_exp_default_axes_keepdims_random",
"test_reduce_log_sum_exp_empty_set",
],
)

Expand Down
2 changes: 1 addition & 1 deletion requirements/ci/requirements-onnx-weekly.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
onnx-weekly==1.15.0.dev20230807
onnx-weekly==1.15.0.dev20231002

0 comments on commit 0c77b14

Please sign in to comment.