-
Notifications
You must be signed in to change notification settings - Fork 17
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
paramCheckOtherMods
can't deal with vector parameters with length > 1
#252
Comments
will try to get a reprex |
reprex
|
After a bit more digging, I think the issue is not only related to my initial message. But is also further downstream. The error is linked to the parameter not being defined in the current module (so But also, even in the case where there are several equal definitions of the parameter (as in the example above), the function is failing to detect that they are all the same -- in which case it should output the parameter value |
When
p[[paramToCheck]]
has vectors of length > 1 and the parameter is not defined in the current module, the following line will break this structure due to the unlistfor instance:
becomes
The structure of the parameter must be preserved to check for parameter equality across modules
The text was updated successfully, but these errors were encountered: