Skip to content

Commit 7328cf5

Browse files
committed
rm unused var
1 parent 17e2fa5 commit 7328cf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/aspire/covariance/covar2d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ def _filter_stack_to_basis_mats(self):
595595
_filter_pts = self.basis._filter_pts
596596
# if we have many filters, might be worth trip to GPU
597597
if len(self.src.filter_stack) >= 2048:
598-
params = xp.asarray(params)
599598
_filter_pts = xp.asarray(_filter_pts)
600599

601600
_filter_vals = self.src.filter_stack.evaluate(

0 commit comments

Comments
 (0)