nmodl icon indicating copy to clipboard operation
nmodl copied to clipboard

Systematically test visibility of global variables.

Open 1uc opened this issue 1 year ago • 0 comments

There's various flavours of static variables. Some are visible, like PARAMETER, some are not, like top-level LOCAL variables.

We test that the variables work, however, we don't test the non-visibility requirement. It would be good to systematically check using !hasattr.

1uc avatar Sep 04 '24 13:09 1uc