Skip to content

Commit

Permalink
modify the skip message of gather_nd op test case
Browse files Browse the repository at this point in the history
  • Loading branch information
baoachun committed Sep 9, 2021
1 parent 353c164 commit 97c479c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def teller(program_config, predictor_config):

self.add_skip_case(
teller, SkipReasons.TRT_NOT_SUPPORT,
"Need to repair the case: the output of trt and GPU has diff when inputs' dims==1 or 2."
"Need to repair the case: the output of trt and GPU has diff when inputs' dim is 1 and 2."
)

def test(self):
Expand Down

1 comment on commit 97c479c

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.