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

check_cvc: control click grabs array indices as references. #231

Open
d-m-bailey opened this issue Jul 26, 2021 · 0 comments
Open

check_cvc: control click grabs array indices as references. #231

d-m-bailey opened this issue Jul 26, 2021 · 0 comments

Comments

@d-m-bailey
Copy link
Owner

ctrl-click in the check_cvc GUI looks for a reference name in between brackets. e.g. [A001] -> A001

The current version will also incorrectly select array indices. e.g. /Xinv/A[10] -> 10
These should be ignored.

In summaryGUI.py subroutine SetCellFilter, change the regex to "(?:\s|^)[([^\]]*)"

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

1 participant