From 88a3e434469eac081c7b5ae54de7050b1e42c15f Mon Sep 17 00:00:00 2001 From: mkuchroo Date: Thu, 24 Feb 2022 15:13:55 -0500 Subject: [PATCH] Update multiscale_phate.py updating imports --- multiscale_phate/multiscale_phate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/multiscale_phate/multiscale_phate.py b/multiscale_phate/multiscale_phate.py index f000f57..88badb0 100644 --- a/multiscale_phate/multiscale_phate.py +++ b/multiscale_phate/multiscale_phate.py @@ -1,4 +1,5 @@ from . import tree, embed, utils, visualize +import numpy as np, graphtools class Multiscale_PHATE(object):