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

Experimental upgrade for v2.2.0 #278

Draft
wants to merge 42 commits into
base: 33-v2.1.0.1
Choose a base branch
from
Draft

Experimental upgrade for v2.2.0 #278

wants to merge 42 commits into from

Conversation

LWisteria
Copy link
Member

#33 trial cupy/cupy@v2.1.0.1...v2.2.0

For participants: Github automatically adds original (CuPy) committers as this PR's participants, and no way is provided to avoit it. Sorry for disturbing you and please ignore the notification.

niboshi and others added 30 commits November 21, 2017 15:15
improve dependency description of docs
fix typo in environment variable reference
[backport] improve dependency description of docs
[backport] fix typo in environment variable reference
[backport] add test for argmin/argmax tie
fix to correctly display filename of CUDA dump
[backport] fix to correctly display filename of CUDA dump
[backport] Add docs for missing argument
[backport]Fix stack function bug
add pytest cache directory to gitignore
[backport] add pytest cache directory to gitignore
[backport] fix ElementwiseKernel.__call__ docs
[backport] fix test to pass with numpy 1.9
Allow derived errors to pass equality tests
[backport] Expose signatures to Reference
Add default casting option to ufunc
[backport] Allow derived errors to pass equality tests
[backport] Add default casting option to ufunc
Fix matmul to raise ValueError on invalid shapes
[backport] fix wrong comment in test helper
[backport] Fix matmul to raise ValueError on invalid shapes
niboshi and others added 12 commits December 4, 2017 11:14
[backport] Fix matmul test for old NumPy
Cast CUPY_SEED environment variable to uint64
[backport] Cast CUPY_SEED environment variable to uint64
Remove dtype option which is introduced in v1.11
[backport]Remove dtype option which is introduced in v1.11
Fix: RandomState.choice reproducibility
[backport] Fix: RandomState.choice reproducibility
Conflicts:
	.gitignore
	clpy/core/core.pxd
	clpy/core/core.pyx
	clpy/core/elementwise.pxi
	clpy/cudnn.py
	clpy/manipulation/join.py
	clpy/random/generator.py
	clpy/random/sample.py
	clpy/testing/helper.py
	cupy/_version.py
	cupy_setup_build.py
	docker/python2/Dockerfile
	docker/python3/Dockerfile
	tests/clpy_tests/manipulation_tests/test_join.py
	tests/clpy_tests/random_tests/test_generator.py
	tests/clpy_tests/sorting_tests/test_search.py
	tests/clpy_tests/testing_tests/test_helper.py
	tests/cupy_tests/test_cudnn.py
Copy link

@jenkins-maekawa jenkins-maekawa left a comment

Choose a reason for hiding this comment

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

Test (commit 94e35f2) failed on titanv.

============================= test session starts ==============================
platform linux -- Python 3.6.5, pytest-4.3.0, py-1.8.1, pluggy-0.13.1
rootdir: /home/clpy-jenkins-slave/workspace/clpy_testing_titan, inifile: setup.cfg
collected 159 items

test_distributions.py ........                                           [  5%]
test_generator.py ...................................................... [ 38%]
.......................................F...................              [ 76%]
test_permutations.py ....                                                [ 78%]
test_random.py .                                                         [ 79%]
test_sample.py .................................                         [100%]

=================================== FAILURES ===================================
______________________ TestChoiceChi.test_goodness_of_fit ______________________
../../../clpy/testing/condition.py:75: in wrapper
    fail()
../../../clpy/testing/condition.py:52: in fail
    instance.fail(msg)
E   AssertionError: 
E   Fail: 1, Success: 0
E   
E   The first error message:
E   Traceback (most recent call last):
E     File "/home/clpy-jenkins-slave/workspace/clpy_testing_titan/clpy/testing/condition.py", line 61, in <lambda>
E       lambda: f(ins, *args[1:], **kwargs),
E     File "/home/clpy-jenkins-slave/workspace/clpy_testing_titan/tests/clpy_tests/random_tests/test_generator.py", line 410, in test_goodness_of_fit
E       self.assertTrue(hypothesis.chi_square_test(counts, expected))
E   AssertionError: False is not true
==================== 1 failed, 158 passed in 26.93 seconds =====================

Copy link

@jenkins-maekawa jenkins-maekawa left a comment

Choose a reason for hiding this comment

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

Test (commit 94e35f2) failed on vega.

============================= test session starts ==============================
platform linux -- Python 3.6.5, pytest-4.3.0, py-1.8.1, pluggy-0.13.1
rootdir: /home/clpy-jenkins-slave/workspace/clpy_testing_vega, inifile: setup.cfg
collected 159 items

test_distributions.py ........                                           [  5%]
test_generator.py ...................................................... [ 38%]
.......................................F...................              [ 76%]
test_permutations.py ....                                                [ 78%]
test_random.py .                                                         [ 79%]
test_sample.py .................................                         [100%]

=================================== FAILURES ===================================
______________________ TestChoiceChi.test_goodness_of_fit ______________________
../../../clpy/testing/condition.py:75: in wrapper
    fail()
../../../clpy/testing/condition.py:52: in fail
    instance.fail(msg)
E   AssertionError: 
E   Fail: 1, Success: 0
E   
E   The first error message:
E   Traceback (most recent call last):
E     File "/home/clpy-jenkins-slave/workspace/clpy_testing_vega/clpy/testing/condition.py", line 61, in <lambda>
E       lambda: f(ins, *args[1:], **kwargs),
E     File "/home/clpy-jenkins-slave/workspace/clpy_testing_vega/tests/clpy_tests/random_tests/test_generator.py", line 410, in test_goodness_of_fit
E       self.assertTrue(hypothesis.chi_square_test(counts, expected))
E   AssertionError: False is not true
==================== 1 failed, 158 passed in 37.55 seconds =====================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants