Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Apr 30, 2024
1 parent 3c29955 commit 52d6f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2565,10 +2565,9 @@
# Failure - onnx_import
# Failure - onnx_lowering: onnx.AveragePool
"AdaptiveAvgPool1dGeneralDynamicNoBatches_basic",

# these diagonal modules are currently failing due to dynamic shape.
# We are currently testing aten.diagonal using DiagonalWithStaticShapeModule instead.
# when the issue is fixed, please remove DiagonalWithStaticShapeModule as well as the xfails here.
# when the issue is fixed, please remove DiagonalWithStaticShapeModule as well as the xfails here.
"DiagonalModule_basic",
"DiagonalModule_nonsquare",
"DiagonalModule_transposed",
Expand Down

0 comments on commit 52d6f3e

Please sign in to comment.