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

Systematic testing #36

Closed
DominiqueMakowski opened this issue Feb 12, 2019 · 4 comments
Closed

Systematic testing #36

DominiqueMakowski opened this issue Feb 12, 2019 · 4 comments

Comments

@DominiqueMakowski
Copy link
Member

This night I was thinking about a more systematic and convenient way of testing our functions, and how it was tedious to come up with particular models, fitting them every time in tests and so on.

Then I had the idea of the circus package, basically a repo that would be used only for storing all varieties and particular cases of models. We could just download this package in testing, and run the tests on all the models to see if the functions behave as expected. This could also help with the time-related issues for testing Bayesian models, as the fitting would already be done. We could quickly cover all the models, fitted once and for all.

Do you think this would work?

@strengejacke
Copy link
Member

Having pre-compiled models would be great, indeed. But why would you put this into a package rather than in a RData file?

@DominiqueMakowski
Copy link
Member Author

Stan models are quite heavy, so it seemed easier having them stored aside (clearly findable and reproducible), rather than crammed into the actual packages...

@strengejacke
Copy link
Member

Yeah, make sense. We should think about it, though I'm not sure at the moment how to implement this properly.

@strengejacke
Copy link
Member

I think this can be closed, right?

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

2 participants