Skip to content

Commit

Permalink
FIX: update TF test names
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 7, 2024
1 parent 88e3e9b commit e7f4f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/function/test_sympy.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_fast_lambdify(backend: str, max_complexity: int, use_cse: bool):
# cspell:ignore lambdifygenerated
repr_start = "<function _lambdifygenerated"
if backend == "tf":
repr_start = "<tensorflow.python.eager.def_function.Function "
repr_start = "<tensorflow.python.eager."
if backend == "jax":
repr_start = "<PjitFunction of " + repr_start
# cspell:ignore Pjit
Expand Down

0 comments on commit e7f4f9b

Please sign in to comment.