Skip to content

Commit bcc5a05

Browse files
committed
with the update to nova net, we need to tweak the test_react inputs
this now runs without error
1 parent 1489354 commit bcc5a05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

unit_test/test_react/inputs_nova

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ prefix = react_nova_
44

55
unit_test.small_dens = 1.0e0
66

7-
unit_test.dens_min = 1.e3
7+
unit_test.dens_min = 1.e2
88
unit_test.dens_max = 1.e4
99
unit_test.temp_min = 1.e7
1010
unit_test.temp_max = 1.e8
1111

12-
unit_test.tmax = 1.e-3
12+
unit_test.tmax = 1.e-4
1313

1414
unit_test.primary_species_1 = "hydrogen-1"
1515
unit_test.primary_species_2 = "helium-4"
1616

17+
integrator.atol_spec = 1.e-8
18+
integrator.rtol_spec = 1.e-5
19+
1720

0 commit comments

Comments
 (0)