Skip to content

Commit

Permalink
Made maPCA class accessible for other libraries (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela authored Feb 8, 2022
1 parent 0ae41bb commit 2fe8ba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mapca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
GIFT.
"""

from .due import due, Doi
from ._version import get_versions
from .mapca import ma_pca
from .due import Doi, due
from .mapca import MovingAveragePCA, ma_pca

__version__ = get_versions()["version"]

Expand All @@ -16,6 +16,7 @@

__all__ = [
"ma_pca",
"MovingAveragePCA",
"__version__",
]

Expand Down

0 comments on commit 2fe8ba0

Please sign in to comment.