-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1277 from flatironinstitute/dev_no_relative_impor…
…ts_2 Dev no relative imports 2
- Loading branch information
Showing
30 changed files
with
339 additions
and
37,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
#!/usr/bin/env python | ||
|
||
import pkg_resources | ||
from .base.movies import movie, load, load_movie_chain, _load_behavior, play_movie | ||
from .base.timeseries import concatenate | ||
from .cluster import start_server, stop_server | ||
from .mmapping import load_memmap, save_memmap, save_memmap_each, save_memmap_join | ||
from .summary_images import local_correlations | ||
#from .source_extraction import cnmf | ||
from caiman.base.movies import movie, load, load_movie_chain, _load_behavior, play_movie | ||
from caiman.base.timeseries import concatenate | ||
from caiman.cluster import start_server, stop_server | ||
from caiman.mmapping import load_memmap, save_memmap, save_memmap_each, save_memmap_join | ||
from caiman.summary_images import local_correlations | ||
|
||
__version__ = pkg_resources.get_distribution('caiman').version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.