From 2736bd3782779a4980ebe0b0a486570aead51637 Mon Sep 17 00:00:00 2001 From: Elleanor Lamb <elleanor.rose.lamb@cern.ch> Date: Thu, 6 Feb 2025 10:36:30 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Leonard Sebastian Thiele <leonard.sebastian.thiele@cern.ch> --- blond/impedances/impedance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/blond/impedances/impedance.py b/blond/impedances/impedance.py index b6fe9e16..c930dffc 100644 --- a/blond/impedances/impedance.py +++ b/blond/impedances/impedance.py @@ -427,7 +427,6 @@ class _InducedVoltage: self.induced_voltage[self.n_induced_voltage - self.front_wake_buffer:] = 0 - # Add the induced voltage of the current turn to the memory from # previous turns self.mtw_memory[:self.n_induced_voltage] += self.induced_voltage -- GitLab