8000 Add chainerx test to dataset_tests by keisukefukuda · Pull Request #8346 · chainer/chainer · GitHub
[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chainerx test to dataset_tests #8346

Merged
merged 11 commits into from
Dec 2, 2019
Prev Previous commit
Next Next commit
fix pep8
  • Loading branch information
keisukefukuda committed Nov 11, 2019
commit d9770ebcec3eb64f666f234e8447814c213d3264
2 changes: 0 additions & 2 deletions tests/chainermn_tests/datasets_tests/test_empty_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ def check_empty_dataset(self, xp):
self.check_create_empty_dataset(xp.array([0]))
self.check_create_empty_dataset(xp.arange(n))
self.check_create_empty_dataset(xp.arange(n * 5 - 1))


1 change: 0 additions & 1 deletion tests/chainermn_tests/datasets_tests/test_scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pytest

from chainer import testing
import chainer
import chainermn
from chainermn.communicators.flat_communicator import FlatCommunicator
from chainermn.communicators.naive_communicator import NaiveCommunicator
Expand Down
0