Skip to content

Commit

Permalink
Fix gpu and multi_gpu test marks
Browse files Browse the repository at this point in the history
  • Loading branch information
niboshi committed Jan 18, 2019
1 parent 9f243e6 commit d46b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/testing/backend.py
Expand Up @@ -185,7 +185,7 @@ def new_method(self, *args, **kwargs):

# Apply test marks
for mark in marks:
mark(new_method)
new_method = mark(new_method)

return new_method

Expand Down

0 comments on commit d46b091

Please sign in to comment.