Skip to content

Commit

Permalink
Update test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Apr 20, 2021
1 parent c6bbdea commit 1b661a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modopt/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def setUp(self):
def test_tf_backend(self):
"""Test tensorflow backend."""
xp, backend = get_backend('tensorflow')
if backend != ':tensorflow' or xp != LIBRARIES['tensorflow']:
if backend != 'tensorflow' or xp != LIBRARIES['tensorflow']:
raise AssertionError('tensorflow get_backend fails!')
tf_input = change_backend(self.input, 'tensorflow')
if (
Expand Down

0 comments on commit 1b661a5

Please sign in to comment.