From f9e51e1e1bfa56b70f12329ce23037fc2681625c Mon Sep 17 00:00:00 2001 From: Hanno Rein Date: Mon, 15 Jul 2024 09:40:55 -0400 Subject: [PATCH] Process warning messages after calling integrator_synchronize from python. --- rebound/simulation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rebound/simulation.py b/rebound/simulation.py index 9fc607933..32b4704d1 100644 --- a/rebound/simulation.py +++ b/rebound/simulation.py @@ -1417,6 +1417,7 @@ def integrator_synchronize(self): Call this function if safe-mode is disabled and you need to synchronize particle positions and velocities between timesteps. """ clibrebound.reb_simulation_synchronize(byref(self)) + self.process_messages() def tree_update(self): """