From 16359d5d05372ec543f2ce0bfb7b4b7666158996 Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Thu, 10 Apr 2025 15:39:09 +0200 Subject: [PATCH] Update import of graph_laplacian --- src/AMBER/background.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AMBER/background.py b/src/AMBER/background.py index 32f1a0b..951fdc7 100644 --- a/src/AMBER/background.py +++ b/src/AMBER/background.py @@ -3,7 +3,7 @@ import scipy import os.path # graph Laplacian functions -from graph_laplacian import laplacian, unnormalized_laplacian, unnormalized_laplacian_chain, \ +from AMBER.graph_laplacian import laplacian, unnormalized_laplacian, unnormalized_laplacian_chain, \ laplacian_chain, remove_vertex import matplotlib.pyplot as plt