Skip to content

Commit

Permalink
Fix typo in numba_scipy warning
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Vieira <[email protected]>
  • Loading branch information
Adrian Seyboldt and Ricardo Vieira authored Jul 24, 2022
1 parent 24a84eb commit c18a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aesara/link/numba/dispatch/scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def numba_funcify_ScalarOp(op, node, **kwargs):
if not use_numba_scipy:
warnings.warn(
"Native numba versions of scipy functions might be "
"avalable if numba-scipy is installed.",
"available if numba-scipy is installed.",
UserWarning,
)
scalar_func = generate_fallback_impl(op, node, **kwargs)
Expand Down

0 comments on commit c18a1b3

Please sign in to comment.