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.EMQ,
|
||||||
aggregative.HDy,
|
aggregative.HDy,
|
||||||
aggregative.DyS,
|
aggregative.DyS,
|
||||||
|
aggregative.SMM,
|
||||||
aggregative.X,
|
aggregative.X,
|
||||||
aggregative.T50,
|
aggregative.T50,
|
||||||
aggregative.MAX,
|
aggregative.MAX,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
from abc import abstractmethod
|
from abc import abstractmethod
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
import string
|
|
||||||
from typing import Callable, Union
|
from typing import Callable, Union
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from joblib import Parallel, delayed
|
from joblib import Parallel, delayed
|
||||||
|
|
Loading…
Reference in New Issue