Re: [sympy] Re: Profiling lagrange.py

2020-03-10 Thread Dhruv Mendiratta
I wanted to get an idea on how to carry out the project 'Efficient equation of motion generation' and hence wanted to find bottlenecks in the codebase, specifically the mechanics package. And as Mr. Jason Moore pointed out in an other email thread that things could be sped up by improving

Re: [sympy] Re: Profiling lagrange.py

2020-03-09 Thread Aaron Meurer
What are you trying to profile specifically? You can also try using line profiler if you are trying to extract individual lines that are slow. Aaron Meurer On Sun, Mar 8, 2020 at 12:52 PM Dhruv Mendiratta wrote: > > Any help would be greatly appreciated. > > On Sat, Mar 7, 2020 at 6:17 PM

[sympy] Re: Profiling lagrange.py

2020-03-08 Thread Dhruv Mendiratta
Any help would be greatly appreciated. On Sat, Mar 7, 2020 at 6:17 PM Dhruv Mendiratta wrote: > I have attached an html file which show the results I am getting. Even > though I have spent the past few days trying to understand the results I am > not able to. The problem seems to be that there