I have made a PR https://github.com/sympy/sympy/pull/14851 and the 
following is regarding the same.
I am unable to understand the reason for the failing of three tests:
__________________________________ 
sympy/solvers/tests/test_solvers.py:test_solve_for_functions_derivatives 
___________________________________
  File "/home/gagandeep/sympy/sympy/solvers/tests/test_solvers.py", line 
489, in test_solve_for_functions_derivatives
    x: (a22*b1 - a12*b2)/(a11*a22 - a12*a21) }
AssertionError
_______________________________________________________________________________________________________________________________________________
_________________________________________ 
sympy/solvers/tests/test_solvers.py:test_issue_5849_matrix 
__________________________________________
  File "/home/gagandeep/sympy/sympy/solvers/tests/test_solvers.py", line 
1212, in test_issue_5849_matrix
    I4: I3 - I5}
AssertionError
_______________________________________________________________________________________________________________________________________________
__________________________________ 
sympy/solvers/tests/test_solvers.py:test_issues_6819_6820_6821_6248_8692 
___________________________________
  File "/home/gagandeep/sympy/sympy/solvers/tests/test_solvers.py", line 
1484, in test_issues_6819_6820_6821_6248_8692
    {re(x): 1, x: 1 + 2*I, im(x): 2}]
AssertionError

I have tested each of the above three tests in a local program with my 
changes and the outputs obtained were matching with desired outputs as 
mentioned in test_solvers.py.
Please help so that I can finish up fixing the issue. :-)

-- 
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/0f21c835-33ce-4ba0-84f9-e88e0f675c31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to