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 ff25897 commit 110714c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynamic_routing_analysis/decoding_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,8 @@ def concat_trialwise_decoder_results(files,savepath=None,return_table=False,n_un
probe_name=''
else:
area_name=aa
probe_name=''

#make corrected decoder confidence
shifts=decoder_results[session_id]['shifts']
areas=decoder_results[session_id]['areas']
Expand Down

0 comments on commit 110714c

Please sign in to comment.