Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_mk_eqs fails #86

Open
LukasMoll opened this issue Mar 28, 2023 · 0 comments · May be fixed by #87
Open

test_mk_eqs fails #86

LukasMoll opened this issue Mar 28, 2023 · 0 comments · May be fixed by #87

Comments

@LukasMoll
Copy link

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.

@LukasMoll LukasMoll linked a pull request Mar 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant