Skip to content

Commit

Permalink
Attempt to fix unassigned probe_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Dec 5, 2024
1 parent 7a41ead commit ff25897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dynamic_routing_analysis/decoding_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ def concat_decoder_results(files,savepath=None,return_table=True,single_session=
probe_name=''
else:
area_name=aa
probe_name=''

### LOOP THROUGH NUNITS TO APPEND TO DICT ###

Expand Down

0 comments on commit ff25897

Please sign in to comment.