Updated regress tests as the new URR sampling approach changed the results

This commit is contained in:
jingang 2016-03-01 18:14:31 -05:00
parent 364b30ee2d
commit 4686a4ce88
66 changed files with 6454 additions and 6454 deletions

View file

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