Skip to content

Commit 80ad278

Browse files
committed
fix circular import
1 parent aa35786 commit 80ad278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchjd/_linalg/_generalized_gramian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from torch import Tensor
55

6-
from torchjd._linalg import PSDMatrix, PSDTensor
6+
from torchjd._linalg._matrix import PSDMatrix, PSDTensor
77

88

99
def flatten(gramian: PSDTensor) -> PSDMatrix:

0 commit comments

Comments
 (0)