Get rid of tallies_present argument for test harness classes

This commit is contained in:
Paul Romano 2017-04-07 10:25:24 -05:00
parent f4d3ee7de5
commit c3aa903146
75 changed files with 185 additions and 238 deletions

View file

@ -7,5 +7,5 @@ from testing_harness import TestHarness
if __name__ == '__main__':
harness = TestHarness('statepoint.15.*', True)
harness = TestHarness('statepoint.15.h5')
harness.main()