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 f1514eb commit 676296cCopy full SHA for 676296c
pytensor/tensor/blas.py
@@ -1735,7 +1735,7 @@ def batched_dot(a, b):
1735
"""
1736
warnings.warn(
1737
"batched_dot is deprecated. "
1738
- "Use `dot` in conjution with `tensor.vectorize` or `graph.replace.vectorize_graph`",
+ "Use `dot` in conjunction with `tensor.vectorize` or `graph.replace.vectorize_graph`",
1739
FutureWarning,
1740
)
1741
a, b = as_tensor_variable(a), as_tensor_variable(b)
0 commit comments