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

Sumatra integration #37

Open
rgerkin opened this issue Sep 26, 2016 · 3 comments
Open

Sumatra integration #37

rgerkin opened this issue Sep 26, 2016 · 3 comments

Comments

@rgerkin
Copy link
Contributor

rgerkin commented Sep 26, 2016

Use Sumatra for managing and tracking simulations associated with test runs. This would probably involve using the @capture decorator on the implementations of whatever functions run the model.

@rgerkin rgerkin self-assigned this Nov 4, 2017
@rgerkin
Copy link
Contributor Author

rgerkin commented Nov 4, 2017

@apdavison Do you have any thoughts on this?

@rgerkin rgerkin removed their assignment Nov 4, 2017
@apdavison
Copy link

I'll have a think and get back to you.

@apdavison
Copy link

First thought is that you would want to capture not only the simulation, but also any data analysis and score calculation steps, so Test.judge() is perhaps the place to put this. On the other hand, I imagine the different stages of a test could run on different (local or remote) machines, so perhaps they should be instrumented separately.

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

2 participants