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 0c5bb1f commit 5792514Copy full SHA for 5792514
src/aspire/basis/steerable.py
@@ -188,4 +188,4 @@ def shift(self, coef, shifts):
188
f" received {shifts.shape}."
189
)
190
191
- return self.expand(self.evaluate(coef).shift(shifts))
+ return self.evaluate_t(self.evaluate(coef).shift(shifts))
0 commit comments