#6348: [with patch, needs work] gap4.4.10->gap4.4.12 revisited
--------------------------+-------------------------------------------------
Reporter: wdj | Owner: joyner
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: group_theory | Keywords: gap
Reviewer: | Author: D. Joyner
Merged: |
--------------------------+-------------------------------------------------
Comment(by rlm):
Oops, the `AttributeError` rears its ugly head again: this time on OS X.
My modified spkg can be found here:
http://sage.math.washington.edu/home/rlmill/gap-4.4.12.p1.spkg
Here is one example of what is happening:
{{{
sage -t -long sage/combinat/partition.py
*** *** Error: TIMED OUT! PROCESS KILLED! *** ***
*** *** Error: TIMED OUT! *** ***
**********************************************************************
File "/Users/rlmill/sage-4.1.32bit/devel/sage-
main/sage/combinat/partition.py", line 523:
sage: Partition([5,3]).sign()
Exception raised:
Traceback (most recent call last):
File "/Users/rlmill/sage-4.1.32bit/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Users/rlmill/sage-4.1.32bit/local/bin/sagedoctest.py", line
38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/Users/rlmill/sage-4.1.32bit/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_10[2]>", line 1, in <module>
Partition([Integer(5),Integer(3)]).sign()###line 523:
sage: Partition([5,3]).sign()
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/combinat/partition.py", line 580, in sign
ans=gap.eval("SignPartition(%s)"%(self))
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/interfaces/gap.py", line 480, in eval
result = Expect.eval(self, input_line, **kwds)
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/interfaces/expect.py", line 972, in eval
return '\n'.join([self._eval_line(L, **kwds) for L in
code.split('\n') if L != ''])
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/interfaces/gap.py", line 692, in _eval_line
expect_eof= (self._quit_string() in line))
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/interfaces/gap.py", line 592, in _execute_line
x = E.expect_list(self._compiled_full_pattern)
File "/Users/rlmill/sage-4.1.32bit/local/lib/python/site-
packages/sage/interfaces/expect.py", line 1311, in __getattr__
raise AttributeError
AttributeError
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6348#comment:27>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---