mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Get rid of tallies_present argument for test harness classes
This commit is contained in:
parent
f4d3ee7de5
commit
c3aa903146
75 changed files with 185 additions and 238 deletions
|
|
@ -7,5 +7,5 @@ from testing_harness import TestHarness
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
harness = TestHarness('statepoint.15.*', True)
|
||||
harness = TestHarness('statepoint.15.h5')
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue