Make quadric_surfaces test work for glibc 2.27 and 2.28

This commit is contained in:
Paul Romano 2019-04-05 13:42:28 -05:00
parent f97aaf1fa0
commit cf85aa0761
4 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@
<density value="4.5" units="g/cc" />
<nuclide name="U238" ao="1.0" />
<nuclide name="U235" ao="0.06" />
<nuclide name="H1" ao="1.0" />
</material>
</materials>

View file

@ -1,2 +1,2 @@
k-combined:
1.005538E+00 3.374726E-03
1.083927E+00 7.465752E-03

View file

@ -2,8 +2,8 @@
<settings>
<run_mode>eigenvalue</run_mode>
<batches>10</batches>
<inactive>5</inactive>
<batches>4</batches>
<inactive>0</inactive>
<particles>1000</particles>
<source>

View file

@ -2,5 +2,5 @@ from tests.testing_harness import TestHarness
def test_quadric_surfaces():
harness = TestHarness('statepoint.10.h5')
harness = TestHarness('statepoint.4.h5')
harness.main()