Skip to content

Commit

Permalink
[Dy2St][PIR] Enable test_convert_call in PIR mode (#61447)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Feb 1, 2024
1 parent 5f70fcd commit a680a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dygraph_to_static/test_convert_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def get_static_output(self):
with enable_to_static_guard(True):
return self._run()

@test_legacy_and_pir
def test_transformed_static_result(self):
self.set_func()
dygraph_res = self.get_dygraph_output()
Expand Down

0 comments on commit a680a39

Please sign in to comment.