未验证 提交 b51b6c17 编写于 作者: rictjo's avatar rictjo 提交者: GitHub

Update quantification.py

上级 7711867b
......@@ -2014,7 +2014,7 @@ def composition_contraction_to_hierarchy_ser ( na1:np.array , na2:np.array , n:i
return ( pd.DataFrame( [ 'files stored as' , output_directory + 'I'.join(fname) , compression , I ] ) )
else :
if bFirstRep :
print ( pd.DataFrame(solution[::-1]).T )
return ( pd.DataFrame(solution[::-1]).T )
return ( pd.DataFrame(solution).T )
def composition_contraction_to_hierarchy ( contracted_df:pd.DataFrame , TOL:float=1E-10 ,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册