Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
make the new extensions accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Jul 14, 2021
1 parent 269778c commit 9a4e5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mesmerize/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
from .math import cross_correlation, drfft_dtw, tvregdiff
from . import clustering_metrics
from . import meta_clustering
from .batch_manager_reader import load_batch, CaimanExtensions
2 changes: 1 addition & 1 deletion mesmerize/analysis/batch_manager_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_item_uuid(item: Union[int, str, UUID]) -> UUID:


@pd.api.extensions.register_series_accessor("caiman")
class Caiman:
class CaimanExtensions:
"""
Extensions for caiman related functions
"""
Expand Down

0 comments on commit 9a4e5a7

Please sign in to comment.