Skip to content

Commit ff25897

Browse files
committed
Attempt to fix unassigned probe_name variable
1 parent 7a41ead commit ff25897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dynamic_routing_analysis/decoding_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,7 @@ def concat_decoder_results(files,savepath=None,return_table=True,single_session=
13721372
probe_name=''
13731373
else:
13741374
area_name=aa
1375+
probe_name=''
13751376

13761377
### LOOP THROUGH NUNITS TO APPEND TO DICT ###
13771378

0 commit comments

Comments
 (0)