Skip to content
Snippets Groups Projects
Commit e45016b5 authored by Elleanor Lamb's avatar Elleanor Lamb
Browse files

add the time array calculation into InducedVoltageResonator. Changed test in unittests/impedances

parent ffefd9d2
No related branches found
No related tags found
1 merge request!84Added multi-turn functionality for InducedVoltageResonator, and multiple RF station in ring
Pipeline #11489413 failed
......@@ -1143,7 +1143,7 @@ class InducedVoltageResonator(_InducedVoltage):
# todo for mtw
import cupy as cp
self.induced_voltage = cp.array(self.induced_voltage)
if self.mtw_memory is not None:
if self.mtw_memory is not None:
self.mtw_memory = cp.array(self.mtw_memory)
self._kappa1 = cp.array(self._kappa1)
self._deltaT = cp.array(self._deltaT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment