Skip to content

Commit

Permalink
Enable test_modle_pipline.py (PaddlePaddle#140)
Browse files Browse the repository at this point in the history
Co-authored-by: jianghaicheng <haichengj@graphcore.ai>
  • Loading branch information
jianghaicheng and jianghaicheng authored Sep 8, 2021
1 parent 669d23d commit a678049
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
SEED = 2021


#@unittest.skipIf(not paddle.is_compiled_with_ipu(),
# "core is not compiled with IPU")
@unittest.skipIf(True, "core is not compiled with IPU")
@unittest.skipIf(not paddle.is_compiled_with_ipu(),
"core is not compiled with IPU")
class TestCastNet(unittest.TestCase):
def _test(self, run_ipu=True):
scope = fluid.core.Scope()
Expand Down

0 comments on commit a678049

Please sign in to comment.