-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
BadRequestError #143
Comments
I got:
This should be opened as an issue with the sympy-live repo (not here) |
I think it is in sympy-live repo. |
If so then can you link to the issue from the sympy-live repo and then close this? |
I mean we are already in sympy-live repo |
Oh, sorry I missed that. |
Still having the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
M = Matrix(8, 8, [x+i for i in range (64)])
sympy live
gives this errorBadRequestError: The value of property "globals" is longer than 1048487 bytes.
I tried in my system it works fine but in sympy live it gives error.
M.rref() also gives Unable to process statement due to its excessive size.
errorThe text was updated successfully, but these errors were encountered: