Skip to content

Commit 5792514

Browse files
committed
revert another problematic expand
1 parent 0c5bb1f commit 5792514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/basis/steerable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ def shift(self, coef, shifts):
188188
f" received {shifts.shape}."
189189
)
190190

191-
return self.expand(self.evaluate(coef).shift(shifts))
191+
return self.evaluate_t(self.evaluate(coef).shift(shifts))

0 commit comments

Comments
 (0)