Making sure the uwuw test is checked properly.

This commit is contained in:
Patrick Shriwise 2018-12-10 01:27:26 -06:00
parent 20b8da1f24
commit 497fce3f48

View file

@ -35,7 +35,12 @@ class UWUWTest(PyAPITestHarness):
model.tallies = [tally]
model.tallies.export_to_xml()
def test_uwuw():
harness = UWUWTest('statepoint.5.h5')
harness._build_inputs()
harness._run_openmc()
results = harness._get_results()
harness._write_results(results)
harness._compare_results()
harness._cleanup()