hello , You can directly check your changes : 1. go inside your sympy directory. 2. do $ bin/isympy 3. now check your changes by some examples.
you can test your changes using $ bin/test for particular file your can do $ bin/test sympy/module_name/test/test_filename more info is here : https://github.com/sympy/sympy/wiki/Development-workflow#be-sure-that-all-tests-of-sympy-pass -- Shekhar Prasad Rajak for more info On Saturday, 19 March 2016 13:24:56 UTC+5:30, [email protected] wrote: > > Hi, > > I am new to Sympy and I've been made some fixes to kanes method in > mechanics. > I was just wondering how the testing procedure works because when I try to > run the code it seems that my changes are not reflected in the code; > namely, it's importing the library from > "anaconda3/lib/python3.4/site-packages/" instead of where I am making the > changes. > Sorry if this might be a foolish question. I've been stuck on it for a > while :( > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/d446d42a-d8e5-48d4-8937-13a291720fc1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
