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

Keep adding unit tests #13

Open
rcarson3 opened this issue May 27, 2020 · 2 comments
Open

Keep adding unit tests #13

rcarson3 opened this issue May 27, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rcarson3
Copy link
Member

It would be useful to make use of BLT's google test inclusions to test and make sure we don't see any regressions when things are added.

The PA_test is pretty much there it just needs to be swapped over to make use of google test. Next, a single xtal tension example that's 5x5x5 should allow us to test our voce and mts models and make sure no major changes are introduced. We should test our full and PA formulations here. During all cases, the debug device option should be used to make sure our code memory wise works on both GPUs and CPUs.

@rcarson3 rcarson3 added the enhancement New feature or request label May 27, 2020
@rcarson3 rcarson3 self-assigned this May 27, 2020
@rcarson3
Copy link
Member Author

Initial GTest support added in cdc6712

Work still needs to be done to add full simulation tests and check those results.

@rcarson3
Copy link
Member Author

rcarson3 commented Jun 1, 2020

The unit tests have been updated and now we have a python driver for some of the full simulations tests as of 9af0de4

I'm going to keep this issue open as we can always add additional tests to ensure we have proper testing of our code base.

@rcarson3 rcarson3 changed the title Add proper unit tests Keep adding unit tests Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant