You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the capabilities in this repository have no associated test suite. To ensure software quality, a test suite should be put together covering the functionality.
The text was updated successfully, but these errors were encountered:
Might I suggest MontePy as a code-to-code comparison for the test suite. ;)
@pshriwise I feel like these sort of tests draws way too large of a box around the test's scope. IMO the requirement for this tool is that:
The MCNP and OpenMC models are semantically equivalent.
I think for an integration test I would do:
Run test models through tool
Open original and new model in montepy and openmc (python) respectively.
Run through and assert various attributes in both models are equivalent. The geometry equivalence will be the hardest as I don't know how to assert binary trees are equivalent when they are not identical.
Right now, the capabilities in this repository have no associated test suite. To ensure software quality, a test suite should be put together covering the functionality.
The text was updated successfully, but these errors were encountered: