Ticket #859 (closed defect: fixed)
[with patch] [tested by cwitty] Cannot coerce numpy integral types to ZZ
| Reported by: | cwitty | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.7 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: import numpy sage: ZZ(numpy.int64(3)) --------------------------------------------------------------------------- <type 'exceptions.TypeError'> Traceback (most recent call last) /home/cwitty/my-sage/<ipython console> in <module>() /home/cwitty/my-sage/integer_ring.pyx in integer_ring.IntegerRing_class.__call__() <type 'exceptions.TypeError'>: unable to coerce element to an integer
Attachments
Change History
comment:1 Changed 6 years ago by cwitty
- Summary changed from Cannot coerce numpy integral types to ZZ to [with patch] Cannot coerce numpy integral types to ZZ
Note: See
TracTickets for help on using
tickets.

