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 441a43c commit c932ffbCopy full SHA for c932ffb
pytensor/tensor/conv/abstract_conv.py
@@ -14,7 +14,7 @@
14
15
if TYPE_CHECKING:
16
# https://github.com/scipy/scipy-stubs/issues/851
17
- from scipy.signal._signaltools import ( # type: ignore[attr-defined]
+ from scipy.signal._signaltools import (
18
_bvalfromboundary,
19
_valfrommode,
20
convolve,
0 commit comments