Skip to content

Commit

Permalink
update build strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Nov 27, 2023
1 parent db0dad2 commit 5c995b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dygraph_to_static/test_build_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Dy2StTestBase,
test_ast_only,
test_legacy_and_pir,
test_legacy_and_pir_exe_and_pir_api,
)
from test_resnet import ResNetHelper

Expand Down Expand Up @@ -90,6 +91,7 @@ def test_in_static_mode_mkldnn(self):


class TestError(Dy2StTestBase):
@test_legacy_and_pir_exe_and_pir_api
def test_type_error(self):
def foo(x):
out = x + 1
Expand Down

0 comments on commit 5c995b7

Please sign in to comment.