-
Notifications
You must be signed in to change notification settings - Fork 24
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
Generate some automatic testing #120
Comments
@sbastiaens has examples to use as a reference |
@Andrew-Clappison would the testing be more qualitative (i.e., does the code run properly?) or quantitative (i.e., how well it fits data, etc.)? |
At this point, I'm implementing simple verification of parameter fitting in terms of making sure that the ones we indicated as free parameters are changing while the rest are not. The fitting status for the parameters can be found in the code here Not sure if this is the direction we're looking at, don't want to commit to it too hard before getting some input from others. |
@P-Oveisi please split the PR |
@tmorshed is working on automating it on PR #138. |
Make unit tests based off of the current WhoBPyT examples that doesn't require visual inspection
The text was updated successfully, but these errors were encountered: