Skip to content

Commit e89dd9c

Browse files
remove functools.lru_cache
1 parent b4bae47 commit e89dd9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pmd_beamphysics/wakefields/resistive_wall.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from dataclasses import dataclass
2323
import numpy as np
2424
import matplotlib.pyplot as plt
25-
import functools
2625

2726
from ..units import c_light, epsilon_0, Z0
2827
from scipy.signal import fftconvolve
@@ -497,7 +496,6 @@ def to_bmad(
497496
return s
498497

499498
@property
500-
@functools.lru_cache
501499
def pseudomode(self):
502500
"""
503501
Single pseudomode representing this wakefield (cached)

0 commit comments

Comments
 (0)