File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ v2.1.17 (2021-9-6)
2+ -------------------
3+ - debug last update
4+
15v2.1.16 (2021-9-4)
26-------------------
37- debug last update
Original file line number Diff line number Diff line change @@ -1406,7 +1406,7 @@ def fix_unit_numbering(file_dir):
14061406 hf5 .rename_node ('/sorted_units' , newname = u2 , name = u1 )
14071407 m1 = os .path .join (metrics_dir , u1 )
14081408 m2 = os .path .join (metrics_dir , u2 )
1409- if os .path .isidir (m1 ):
1409+ if os .path .isdir (m1 ):
14101410 os .rename (m1 ,m2 )
14111411
14121412 p1 = os .path .join (plot_dir , f'Unit{ x } .png' )
Original file line number Diff line number Diff line change 1414
1515setuptools .setup (
1616 name = 'blechpy' ,
17- version = '2.1.16 ' ,
17+ version = '2.1.17 ' ,
1818 author = 'Roshan Nanu' ,
1919 author_email = 'roshan.nanu@gmail.com' ,
2020 description = 'Package for exrtacting, processing and analyzing Intan and OpenEphys data' ,
You can’t perform that action at this time.
0 commit comments