Skip to content

Commit

Permalink
fix test_split_selected_rows_op test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Mar 27, 2019
1 parent 33be014 commit b68f840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_check_grad(self):
def check_with_place(self, place):
scope = core.Scope()
rows = [0, 5, 7, 4, 20]
height = 20
height = 21
row_numel = 2

# initialize input variable X
Expand Down

0 comments on commit b68f840

Please sign in to comment.