sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

test_mk_eqs fails #86

Open LukasMoll opened 1 year ago

LukasMoll commented 1 year ago

assert sol[p.c[4]] == (p.x1**2*(3*y0[2] - 2*y1[2])/2 + p.x1*(8*y0[1] + 7*y1[1]) + 15*y0[0] - 15*y1[0])/p.x1**4 fails in test_mk_eqs. Can be fixed by applying .expand() to both.