#4461: fricas-1.0.5 update
-----------------------------+----------------------------------------------
Reporter: bpage | Owner: mabshoff
Type: task | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: packages | Resolution:
Keywords: axiom interface |
-----------------------------+----------------------------------------------
Comment (by bpage):
On Mon, 26 Jan 2009 21:56:44 -0800 William Stein wrote:
It fails the following tests (have you posted a patch to trac to update
this)?
By the way, when using this, I repeatedly felt like I wished the
command in Sage were "fricas" instead of "axiom" and the file to test
were "fricas.py" instead of "axiom.py".
{{{
wst...@sage:~/sage/devel/sage/sage/interfaces$ sage -t -optional axiom.py
sage -t -optional "devel/sage-main/sage/interfaces/axiom.py"
**********************************************************************
File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line
61:
sage: F.type() # optional
Expected:
Factored Polynomial Integer
Got:
Factored(Polynomial(Integer))
**********************************************************************
File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line
80:
sage: print axiom.eval('factor(x^5 - y^5)') # optional
Expected:
4 3 2 2 3 4
- (y - x)(y + x y + x y + x y + x )
<BLANKLINE>
Type: Factored Polynomial Integer
Got:
4 3 2 2 3 4
- (y - x)(y + x y + x y + x y + x )
Type:
Factored(Polynomial(Integer))
<BLANKLINE>
**********************************************************************
File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line
561:
sage: axiom(x+2).type() #optional -- requires Axiom
Expected:
Polynomial Integer
Got:
Polynomial(Integer)
**********************************************************************
File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line
623:
sage: _.type() #optional
Expected:
Tuple PositiveInteger
Got:
Tuple(PositiveInteger)
**********************************************************************
3 items had failures:
2 of 21 in __main__.example_0
1 of 3 in __main__.example_19
1 of 6 in __main__.example_22
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4461#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---