#8944: 32 vs. 64 bit issues in matrix1.pyx
-----------------------+----------------------------------------------------
Reporter: mvngu | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.4.2
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
From this [http://groups.google.com/group/sage-devel/msg/dbe5b953a06d1f39
sage-devel] report:
{{{
The first on seems to be a trivial 32-bit vs. 64-bit
issue (probably occurs on any 32-bit machine, even without the "long"
option):
sage -t -long "devel/sage/sage/matrix/matrix1.pyx"
**********************************************************************
File "/Users/Shared/sage/test/sage-4.4.2.alpha0/devel/sage/sage/matrix/
matrix1.pyx", line 460:
sage: b.dtype
Expected:
dtype('int64')
Got:
dtype('int32')
**********************************************************************
}}}
This also happens on the Skynet machine cicero, a 32-bit Fedora 12
machine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8944>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.