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.
import_func_from_string
1 parent 4c7b494 commit 70fb494Copy full SHA for 70fb494
pytensor/tensor/utils.py
@@ -120,7 +120,7 @@ def import_func_from_string(func_string: str): # -> Optional[Callable]:
120
if func is not None:
121
return func
122
123
- # Not inside NumPy or Scipy. So probably another package like scipy.
+ # Not inside NumPy. So probably another package like Scipy.
124
module = None
125
items = func_string.split(".")
126
for idx in range(1, len(items)):
0 commit comments