forked from moreo/QuaPy
adding to __init__.py
This commit is contained in:
parent
428f10fb2d
commit
c91961cff5
|
@ -20,6 +20,7 @@ AGGREGATIVE_METHODS = {
|
|||
aggregative.EMQ,
|
||||
aggregative.HDy,
|
||||
aggregative.DyS,
|
||||
aggregative.SMM,
|
||||
aggregative.X,
|
||||
aggregative.T50,
|
||||
aggregative.MAX,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
from abc import abstractmethod
|
||||
from copy import deepcopy
|
||||
import string
|
||||
from typing import Callable, Union
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
|
|
Loading…
Reference in New Issue