-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support ellipsis in Array::At
and __getitem__
#7561
Conversation
7170572
to
231dd95
Compare
Just a question. Or with just the chainer test suite should be enough |
231dd95
to
45444b5
Compare
@emcastillo I added python tests for chainerx now. Usually, we don't add chainerx test in C to avoid duplications. |
45444b5
to
bf653f0
Compare
Array::At
and __getitem__
Array::At
and __getitem__
3061501
to
fb42f0a
Compare
Array::At
and __getitem__
Array::At
and __getitem__
There are some errors related to indexing on travis. |
This line expects
|
fb42f0a
to
e2126c2
Compare
Array::At
and __getitem__
Array::At
and __getitem__
#7614 has now been merged. |
e2126c2
to
1b1bb5a
Compare
Array::At
and __getitem__
Array::At
and __getitem__
Jenkins, test this please |
Jenkins CI test (for commit 1b1bb5a, target branch master) failed with status FAILURE. |
Fails due to the flake8 issue a for which a PR is pending. |
Jenkins, test this please |
Jenkins CI test (for commit 1b1bb5a, target branch master) failed with status FAILURE. |
Unrelated error due to TestDeconvolutionND |
Resolve #7560.
Depends on #7559.Depends on #7614.