#4778: [with patch, needs review] Creates Scilab pexpect interface
-------------------------+--------------------------------------------------
Reporter: ronanpaixao | Owner: ronanpaixao
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.2.2
Component: interfaces | Resolution:
Keywords: scilab |
-------------------------+--------------------------------------------------
Changes (by jsp):
* component: optional packages => interfaces
Comment:
Installed scilab-5.0.3 with ./configure --without-javasci --without-gui
Had to install matio
{{{
[j...@paix scilab-5.0.3]$ bin/scilab -nogui
Warning: Localization issue: Error while binding the domain from
/home/jaap/downloads/scilab-5.0.3/../locale/ or
/home/jaap/downloads/scilab-5.0.3/locale/: Switch to the default language
(English).
___________________________________________
scilab-5.0.3
Consortium Scilab (DIGITEO)
Copyright (c) 1989-2008 (INRIA)
Copyright (c) 1989-2007 (ENPC)
___________________________________________
Startup execution:
loading initial environment
-->
}}}
Running ./sage -t -optional -verbose devel/sage/sage/interfaces/scilab.py
1 failure:
{{{
Trying:
a**Integer(10) # optional - scilab###line
19:_sage_ >>> a**10 # optional - scilab
Expecting:
1.000D+10
**********************************************************************
File
"/home/jaap/work/downloads/sage-3.2.2.alpha2/devel/sage/sage/interfaces/scilab.py",
line 106, in __main__.example_0
Failed example:
a**Integer(10) # optional - scilab###line
19:_sage_ >>> a**10 # optional - scilab
Expected:
1.000D+10
Got:
<BLANKLINE>
<BLANKLINE>
1.000E+10
}}}
See: [http://sage.math.washington.edu/home/jsp/tests/scilabtest.log]
No failures in matrix1.pyx
So no positive review yet.
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4778#comment:1>
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
-~----------~----~----~----~------~----~------~--~---