Skip to content
Snippets Groups Projects
Commit 9fcfb52c authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

[Fix] Impedance.loss_factor

parent c7f2a92b
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,7 @@ class Impedance(ComplexData):
frequency = self.data.index[positive_index]
# Import here to avoid circular import
from mbtrack2.collective_effects.utilities import spectral_density
from mbtrack2.utilities import spectral_density
sd = spectral_density(frequency, sigma, m=0)
if(self.impedance_type == "long"):
......
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