mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Making sure the uwuw test is checked properly.
This commit is contained in:
parent
20b8da1f24
commit
497fce3f48
1 changed files with 6 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue