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

Now that we have BoxError reporting back to the user, and more descriptions of specific kinds of problems. #970

Open
rocky opened this issue Jan 20, 2024 · 2 comments

Comments

@rocky
Copy link
Member

rocky commented Jan 20, 2024

At least in Django, we are now some Box errors back to the user.

There are many other situations that raise box errors.

For example, I think Graphics3D[Sphere[0, 0, 0]], instead of Graphics3D[Sphere[{0,0,0}]], is not reported properly
We should check if we are reporting errors back in mathicsscript.

@mmatera
Copy link
Contributor

mmatera commented Jan 22, 2024

This depends on the degree of verbosity we are talking about. Right now, we have the same verbosity as in the notebook interface of WMA.

@mmatera
Copy link
Contributor

mmatera commented Jan 22, 2024

Regarding mathicsscript, there are no errors shown, because graphics are not rendered. The errors should be shown if we load the pymathics matplotlib module, or another way to produce online graphics.

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

2 participants