I had an error while executing tests on the latest source code:
def partition(G):
rows = []
> partition = community.best_partition(G)
E AttributeError: module 'community' has no attribute 'best_partition'
cap2/extensions/experimental/strains/strainotyping/clustering.py:9: AttributeError