Skip to content

Commit

Permalink
import cleanup: more fixes until it passes testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Feb 15, 2024
1 parent f7a559f commit 887a054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caiman/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
import caiman
import caiman.external.cell_magic_wand
import caiman.paths
from caiman.paths import caiman_datadir
import caiman.source_extraction.cnmf.spatial
import caiman.utils
from caiman.utils import caiman_datadir

def download_demo(name:str='Sue_2x_3000_40_-46.tif', save_folder:str='') -> str:
"""download a file from the file list with the url of its location
Expand Down

0 comments on commit 887a054

Please sign in to comment.