Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Dec 2, 2024
1 parent e5ddb1c commit 82e9ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2gv2/embedding/svd.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import scipy.sparse.linalg as sl
import numpy as np

from local2global import Patch
from ..patch.patch import Patch


# modified from scipy.sparse.linalg.svds:
Expand Down

0 comments on commit 82e9ddf

Please sign in to comment.