From cc0c3a3afc587cb15479ae2cd4e9d83566f0010d Mon Sep 17 00:00:00 2001 From: Jarrod Pas <j.pas@usask.ca> Date: Thu, 20 Jul 2017 17:11:58 -0600 Subject: [PATCH] Fixes communities imports --- pydyton/communities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydyton/communities.py b/pydyton/communities.py index 0d678be..5f6acb4 100644 --- a/pydyton/communities.py +++ b/pydyton/communities.py @@ -4,7 +4,7 @@ from itertools import product import networkx as nx from community import best_partition as louvain_partition -from core import TickProcess +from .core import TickProcess class EpochCommunity(TickProcess): def __init__(self, epoch=1, **kwargs): -- GitLab