Skip to content

Commit 09992e1

Browse files
lint
1 parent 5d2671b commit 09992e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gpytorch/lazy/lazy_tensor.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,10 @@ def cat_rows(self, cross_mat, new_mat, generate_roots=True, generate_inv_roots=T
762762
If :math:`A` is n x n, then this matrix should be n x k.
763763
new_mat (:obj:`torch.tensor`): the matrix :math:`D` we are appending to the matrix :math:`A`.
764764
If :math:`B` is n x k, then this matrix should be k x k.
765-
generate_roots (:obj:`bool`): whether to generate the root decomposition of :math:`A` even if it has not been created yet.
766-
generate_inv_roots (:obj:`bool`): whether to generate the root inv decomposition of :math:`A` even if it has not been created yet.
765+
generate_roots (:obj:`bool`): whether to generate the root
766+
decomposition of :math:`A` even if it has not been created yet.
767+
generate_inv_roots (:obj:`bool`): whether to generate the root inv
768+
decomposition of :math:`A` even if it has not been created yet.
767769
768770
Returns:
769771
:obj:`LazyTensor`: concatenated lazy tensor with the new rows and columns.

0 commit comments

Comments
 (0)