Skip to content
Snippets Groups Projects
Commit cc0c3a3a authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Fixes communities imports

parent 12ae02e1
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment