We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7646d commit 9a6bf4fCopy full SHA for 9a6bf4f
1 file changed
rebound/tests/test_trace_wb.py
@@ -87,6 +87,7 @@ def test_trace_simulationarchive(self):
87
sim.integrator = "trace"
88
sim.integrator.coordinates = 'widebinary'
89
sim.dt = (8./365.)*2.*math.pi
90
+ sim.integrator.r_crit_hill = 5
91
sim.save_to_file("test.bin", step=10,delete_file=True)
92
sim.integrate(1000.,exact_finish_time=0)
93
@@ -145,7 +146,7 @@ def test_outer_solar_massive(self):
145
146
E0 = sim.energy()
147
sim.integrate(1000)
148
dE = abs((sim.energy() - E0)/E0)
- self.assertLess(dE,8e-8)
149
+ self.assertLess(dE,7e-8)
150
151
def test_outer_solar(self):
152
def get_sim():
0 commit comments