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

BadRequestError #143

Open
mohitacecode opened this issue Feb 2, 2020 · 6 comments
Open

BadRequestError #143

mohitacecode opened this issue Feb 2, 2020 · 6 comments

Comments

@mohitacecode
Copy link

mohitacecode commented Feb 2, 2020

For
M = Matrix(8, 8, [x+i for i in range (64)]) sympy live gives this error

BadRequestError: 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. error

@oscarbenjamin
Copy link
Contributor

I got:

>>> M = Matrix(8, 8, [x+i for i in range (64)])
>>> M
Unable to process statement due to its excessive size.

This should be opened as an issue with the sympy-live repo (not here)

@mohitacecode
Copy link
Author

I think it is in sympy-live repo.

@oscarbenjamin
Copy link
Contributor

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?

@mohitacecode
Copy link
Author

I think it is in sympy-live repo.

I mean we are already in sympy-live repo

@oscarbenjamin
Copy link
Contributor

Oh, sorry I missed that.

@yaadhavraajagility
Copy link

Still having the same 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

No branches or pull requests

3 participants