We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I type "sum" into an equation, the application crashes with the following error:
Traceback (most recent call last): File "/app/lib/python3.9/site-packages/plots/formularow.py", line 304, in edited body, expr = self.editor.expr.to_glsl() File "/app/lib/python3.9/site-packages/plots/elements/elements.py", line 338, in to_glsl sum_body, sum_expr = sums.pop().to_glsl("".join(body_stack.pop()), File "/app/lib/python3.9/site-packages/plots/elements/sum.py", line 53, in to_glsl assert var.isidentifier()
Running the latest flatpak version (0.8.1).
The text was updated successfully, but these errors were encountered:
Thanks for the catch. I've fixed it in 9f2ce43, which will be in the next release.
Sorry, something went wrong.
No branches or pull requests
When I type "sum" into an equation, the application crashes with the following error:
Running the latest flatpak version (0.8.1).
The text was updated successfully, but these errors were encountered: