-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Identities are injective and surjective #23482
Comments
New commits:
|
Commit: |
Changed keywords from none to sd87 |
Reviewer: cmt |
comment:6
I checked out the ticket branch, ran bash-3.2$ ./sage -tp 2 --long src/sage/categories/morphism.pyx
too few successful tests, not using stored timings
Running doctests with ID 2017-07-20-13-16-59-0bd01dfc.
Git branch: ticket_23482
Using --optional=mpir,python2,sage
Doctesting 1 file using 2 threads.
sage -t --long src/sage/categories/morphism.pyx
**********************************************************************
File "src/sage/categories/morphism.pyx", line 429, in sage.categories.morphism.IdentityMorphism.is_surjective
Failed example:
ZZ.hom(ZZ).is_surjective()
Exception raised:
Traceback (most recent call last):
File "/Sage/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 509, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Sage/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 872, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.categories.morphism.IdentityMorphism.is_surjective[0]>", line 1, in <module>
ZZ.hom(ZZ).is_surjective()
File "sage/categories/map.pyx", line 1204, in sage.categories.map.Map.is_surjective (/Sage/sage/src/build/cythonized/sage/categories/map.c:9227)
raise NotImplementedError(type(self))
NotImplementedError: <type 'sage.rings.morphism.RingHomomorphism_coercion'>
**********************************************************************
1 item had failures:
1 of 2 in sage.categories.morphism.IdentityMorphism.is_surjective
[105 tests, 1 failure, 0.67 s]
----------------------------------------------------------------------
sage -t --long src/sage/categories/morphism.pyx # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 0.7 seconds
cpu time: 0.7 seconds
cumulative wall time: 0.7 seconds It seems like this failure is coming from the fact that the objects used in the doctests rely on I am not sure what the owner of this ticket would prefer to do at this point. |
comment:8
You are absolutely right. Thanks for pointing this out. |
Dependencies: #23204 |
comment:9
I reran |
comment:10
Great :) Please add your real name in the "Reviewer" field. |
Changed reviewer from cmt to none |
comment:12
Setting to needs work because missing reviewer name. However, I think this should be done independently of #23204, which just means writing a little smarter doctest:
|
Reviewer: Claire Tomesch |
Changed branch from u/saraedum/identities_are_injective_and_surjective to public/algebra/identities_bijective-23482 |
Changed reviewer from Claire Tomesch to Claire Tomesch, Travis Scrimshaw |
Changed dependencies from #23204 to none |
Changed reviewer from Claire Tomesch, Travis Scrimshaw to Claire Tomesch, Travis Scrimshaw, Julian Rüth |
Work Issues: waiting for the patchbot → positive review |
Changed author from Julian Rüth to Julian Rüth, Travis Scrimshaw |
Changed work issues from waiting for the patchbot → positive review to none |
Changed branch from public/algebra/identities_bijective-23482 to |
Component: algebra
Keywords: sd87
Author: Julian Rüth, Travis Scrimshaw
Branch/Commit:
5a3e684
Reviewer: Claire Tomesch, Travis Scrimshaw, Julian Rüth
Issue created by migration from https://trac.sagemath.org/ticket/23482
The text was updated successfully, but these errors were encountered: