mazzalab / pyntacle

A high performance python package for network analysis based on non canonical metrics
http://pyntacle.css-mendel.it
9 stars 1 forks source link

Fix check for None value of sp_matrix in keyplayer.py #21

Closed mazzalab closed 4 years ago

mazzalab commented 5 years ago

Line 227: calling if not sp_matrix: causes ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

replace with: if sp_matrix is None:

mazzalab commented 4 years ago

Fixed and will be released in version 1.2