Skip to content

Commit 636d2e4

Browse files
AdrienCorenflosjburnim
authored andcommitted
Fixing line too long in test
1 parent 7739403 commit 636d2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorflow_probability/python/math/linalg_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ def testPreservesSortOrder(self, data):
144144
class _CholeskyUpdate(test_util.TestCase):
145145
def testCholeskyUpdateXLA(self):
146146
self.skip_if_no_xla()
147-
cholesky_update_fun = tf.function(tfp.math.cholesky_update, jit_compile=True)
147+
cholesky_update_fun = tf.function(tfp.math.cholesky_update,
148+
jit_compile=True)
148149
self._testCholeskyUpdate(cholesky_update_fun)
149150

150151
def testCholeskyUpdate(self):

0 commit comments

Comments
 (0)