On Nov 25, 2008, at 7:15 PM, Bill Page wrote:

>
> Tim,
>
> What version of sage is required to run this? I get the following  
> error:
>
> [EMAIL PROTECTED]:~$ ./sage*/sage
> ----------------------------------------------------------------------
> | SAGE Version 3.1.4, Release Date: 2008-10-20                       |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
>
> sage: exit
> Exiting SAGE (CPU time 0m0.02s, Wall time 0m1.94s).
>
> [EMAIL PROTECTED]:~$ ./sage*/sage integral_test1.sage
> Test 1 : Test Passed.
> Maxima Time:
> Traceback (most recent call last):
>  File "integral_test1.py", line 96, in <module>
>    time_Maxima_friCAS(integrand)
>  File "integral_test1.py", line 81, in time_Maxima_friCAS
>    print "Maxima Time:", mx_time.stats[_sage_const_3 ],
> mx_time.stats[_sage_const_4 ]
> AttributeError: 'str' object has no attribute 'stats'
>
> Regards,
> Bill Page.

As Mike said, it requires Sage 3.2. Also, you should just be able to run
integral_test1.sage directly if sage is in your PATH and SAGE_ROOT is
defined. It also requires FriCAS to run those tests. If FriCAS isn't
installed, there are only a few lines to comment out.

Cheers,

Tim.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to