You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 ofGraphics3D[Sphere[{0,0,0}]]
, is not reported properlyWe should check if we are reporting errors back in
mathicsscript
.The text was updated successfully, but these errors were encountered: