提交 26cd0eba 编写于 作者: rictjo's avatar rictjo

Q

上级 dac168eb
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name = "impetuous-gfa",
version = "0.70.0",
version = "0.70.1",
author = "Richard Tjörnhammar",
author_email = "richard.tjornhammar@gmail.com",
description = "Impetuous Quantification, a Statistical Learning library for Humans : Alignments, Clustering, Enrichments and Group Analysis",
......
......@@ -213,7 +213,7 @@ def HighDimensionalAlignment ( P , Q ) :
if 'panda' in str(type(P)).lower() :
P = P.values
if 'panda' in str(type(Q)).lower() :
P = P.values
Q = Q.values
N , DIM = np.shape( P )
M , DIM = np.shape( Q )
P0 = P.copy()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册