We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bae47 commit e89dd9cCopy full SHA for e89dd9c
pmd_beamphysics/wakefields/resistive_wall.py
@@ -22,7 +22,6 @@
22
from dataclasses import dataclass
23
import numpy as np
24
import matplotlib.pyplot as plt
25
-import functools
26
27
from ..units import c_light, epsilon_0, Z0
28
from scipy.signal import fftconvolve
@@ -497,7 +496,6 @@ def to_bmad(
497
496
return s
498
499
@property
500
- @functools.lru_cache
501
def pseudomode(self):
502
"""
503
Single pseudomode representing this wakefield (cached)
0 commit comments