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

Warn for models where input parameters are redefined in the model #836

Open
mattfidler opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@mattfidler
Copy link
Member

          I think rxode2 should at least throw an warning if not an error if an endpoint or a secondary parameter is found in the list of covariates for a model.

Originally posted by @john-harrold in #829 (comment)

I think that a broader warning that is closer aligned to what rxode2 parses is to warn on parameters that are both input parameters and variables assigned in the model.

An example that sometimes occurs are things like:

wt <- wt/70

Some models will not work without this enabled, so if anything it should be a warning.

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