On 02/25/2012 05:58 PM, Aaron Meurer wrote:
Can someone explain why it's trying to mess with the frame?  This is
very fragile, and very rarely needs to be done.

Aaron Meurer

On Sat, Feb 25, 2012 at 5:23 AM, Bharath M R<[email protected]>  wrote:
I have created an issue on the error that I am getting . Please refer Issue
3103.
Thanks,
Bharath M R


On Friday, February 24, 2012 4:40:29 PM UTC+5:30, Bharath M R wrote:
I created a branch on my desktop and tried to run the tests. All the tests
in test_GA.py are not working. Should I report it as an issue?
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sympy/-/-6EhDxmVB3sJ.

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/sympy?hl=en.
I wanted to inject some objects from the function setup() in the class MV in the module GA into the name space of the main program. Christian Buhler tried to fix some of the problems with my method by using the technique in the sympy var() function. I now think it would be better to forget about this altogether and remove the code from the program so that the
only way to get access to the variables is to pass them from the program -

    (e1,e2,e3)=MV.setup('e_1 e_2 e_3')

This has the advantage in that the name of the variable does not have to be the variable symbol so that one can use a short name in the program and a long desrciptive name in the output. In my rewrite I print basis bases and blades in boldface. The only objects that were injected into the global name space were the basis vectors and there are only usually 3 to 6 of them max so that it is not worth the effort to inject them!

--
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy?hl=en.

Reply via email to