On Tue, Nov 25, 2008 at 7:58 PM, Tim Lahey wrote:
>
> As Mike said, it requires Sage 3.2.

After an apparently sucessful 'sage -upgrade':

[EMAIL PROTECTED]:~$ sage
----------------------------------------------------------------------
| Sage Version 3.2, Release Date: 2008-11-20                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: exit
Exiting SAGE (CPU time 0m0.03s, Wall time 0m1.88s).

> Also, you should just be able to run integral_test1.sage
> directly if sage is in your PATH and SAGE_ROOT
> is defined.

Done.

> It also requires FriCAS to run those tests. If FriCAS isn't
> installed, there are only a few lines to comment out.
>

FriCAS is installed.

But I still get:

[EMAIL PROTECTED]:~$ ./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'

----

The script runs ok if I comment out the timing:

        else:
                test_eval(test,test_int,desired_result)
                #time_Maxima_friCAS(integrand)


Any ideas?

Regards,
Bill Page.

--~--~---------~--~----~------------~-------~--~----~
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