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

Equality check of array against code #979

Closed
mr-guard opened this issue Jun 1, 2018 · 1 comment
Closed

Equality check of array against code #979

mr-guard opened this issue Jun 1, 2018 · 1 comment

Comments

@mr-guard
Copy link
Contributor

mr-guard commented Jun 1, 2018

if !(_vars isEqualTo EPOCH_defaultVars_SEPXVar) then{

Has to be ".. isEqualTo call EPOCH_defaultVars_SEPXVar.." instead

Otherwise compares code to array which is always false.

IDK if there is something more complex going on before to make this a valid check for edge cases.
If so definitely needs a comment

@Ignatz-HeMan
Copy link
Contributor

Yeah, you are right.
I have fixed it in the experimental files.
Many thanks!
0d06bbf

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