Skip to content

Commit

Permalink
fix the test param
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroRains committed Oct 30, 2023
1 parent 225ca9a commit b8dcfcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/legacy_test/test_fusion_repeated_fc_relu_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def setUp(self):
self.outputs = {'Out': outs[-1], 'ReluOut': relu_outs}

def test_check_output(self):
self.check_output()
self.check_output(check_dygraph = False)

def set_conf(self):
pass
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_test/test_fusion_squared_mat_sub_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def set_conf(self):
pass

def test_check_output(self):
self.check_output()
self.check_output(check_dygraph = False)


class TestFusionSquaredMatSubOpCase1(TestFusionSquaredMatSubOp):
Expand Down

0 comments on commit b8dcfcf

Please sign in to comment.