> > I made some changes to the code to solve a issue. Now how do I know if the > bug is sloved? > I need to know whether the code gives correct output now , how to test it? > if you already installed sympy then first need to activate your env and run ">>> python " in terminal otherwise run ">>> isympy" in teminal and test your changes.. for test all code using this command ">>> ./setup.py test" ...if all test case are passed then your changes are may be acceptable it's depends on your changes.
you need to refer this --> http://docs.sympy.org/latest/install.html -- 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/be7c37ba-52a2-44b5-b155-11fd3858e234%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
