scipy.integrate.RK23.step# RK23.step()[source]# Perform one integration step. Returns: messagestring or NoneReport from the solver. Typically a reason for a failure if self.status is ‘failed’ after the step was taken or None otherwise.