I few days ago I downloaded and installed Sage 4.6.2 from source. It
compiled without errors in my computer. Then I run 'make test' and I
got an error in number_field.py. I reproduced the error with the
command
$ ./sage -t devel/sage/sage/rings/number_field/number_field.py
The test output is attached below.
I am running Sage 4.6.2 (compiled from source) on Linux 2.6.37 i686
Intel. Can anyone reproduce this error?
Regards,
Gustavo de Oliveira
Test output:
sage -t "devel/sage/sage/rings/number_field/number_field.py"
**********************************************************************
File "/home/goliveir/local/sage-4.6.2/devel/sage/sage/rings/
number_field/number_field.py", line 2964:
sage: K.selmer_group([K.ideal(2, -a+1), K.ideal(3, a+1),
K.ideal(a)], 3)
Expected:
[2, a + 1, a]
Got:
[2, a + 1, -a]
**********************************************************************
1 items had failures:
1 of 12 in __main__.example_62
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/goliveir/.sage//
tmp/.doctest_number_field.py
[37.1 s]
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage/sage/rings/number_field/number_field.py"
Total time for all tests: 37.2 seconds
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org