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

expression button on ParameterRef property of ParaSeries doesn't do what a normie expects #57

Open
DeepSOIC opened this issue Mar 24, 2022 · 0 comments
Labels
confusi confusing behavior that is not actually a bug

Comments

@DeepSOIC
Copy link
Owner

When you want to type Parameter Ref, it opens a popup you can populate with an expression. When you close it, the entered expression is not written in the python variable. If you type it directly, it works.

This is because the property is just a string which is supposed to hold expression-like content, and f(x) button sets an expression to compute that string, not the actual string.

I'm not sure what to do about it. There might be a legit use for that weird f(x) button, but mostly it just confuses everyone.

@DeepSOIC DeepSOIC added bug confusi confusing behavior that is not actually a bug and removed bug labels Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confusi confusing behavior that is not actually a bug
Projects
None yet
Development

No branches or pull requests

1 participant