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

Add more input validation tests #27

Closed
2 tasks done
fabrice-rossi opened this issue Aug 19, 2022 · 1 comment
Closed
2 tasks done

Add more input validation tests #27

fabrice-rossi opened this issue Aug 19, 2022 · 1 comment
Milestone

Comments

@fabrice-rossi
Copy link
Owner

fabrice-rossi commented Aug 19, 2022

Many functions do not validate enough their parameters before calling low level functions, leading to non informative error messages. In particular:

  • likelihood does not check the compatibility of the newdata (see simulate.vlmc() for the validation code).
  • draw.covlmc() does not validate model
@fabrice-rossi
Copy link
Owner Author

Work in progress starting with commit 11c50e8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant