Skip to content
Snippets Groups Projects
Commit 5059a742 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

move Counter import

parent 26b5458f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
from abc import ABC, abstractmethod, abstractproperty
from pathlib import Path
from pathos.multiprocessing import Pool
from collections import Counter
import h5py
import numpy as np
......@@ -39,7 +40,6 @@ class Grouper(ABC):
@property
def siglist_grouped(self):
from collections import Counter
if not hasattr(self, "_siglist_grouped"):
self._siglist_grouped = siglists = Counter(
......
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