Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
characat0 authored Sep 13, 2024
1 parent de78d0d commit f86fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorly/backend/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ def kron(self, a, b):
b = self.reshape(b, (1, s3, 1, s4))
return self.reshape(a * b, (s1 * s3, s2 * s4))

def svd(self, matrix):
def svd(self, matrix, **_):
raise NotImplementedError

def eigh(self, matrix):
Expand Down

0 comments on commit f86fab3

Please sign in to comment.