Skip to content

Commit d05c6e7

Browse files
committed
bugfix
1 parent b509615 commit d05c6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamic_routing_analysis/decoding_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ def decode_context_with_linear_shift(session=None,params=None,trials=None,units=
892892
# generate_labels=params['generate_labels']
893893

894894
logger=logging.getLogger(__name__)
895-
logging.basicConfig(filename=logging_savepath,level=logging.INFO)
896895
logging_savepath=os.path.join(savepath,'log.txt')
896+
logging.basicConfig(filename=logging_savepath,level=logging.INFO)
897897
logger.info('Starting decoding analysis')
898898

899899
try:

0 commit comments

Comments
 (0)