Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
egmcbride committed Nov 1, 2024
1 parent 8009868 commit 6758a76
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 @@ -885,6 +885,8 @@ def decode_context_with_linear_shift(session=None,params=None,trials=None,units=

if 'return_results' in params:
return_results=params['return_results']
else:
return_results=False

if session is not None:
session_info=npc_lims.get_session_info(session)
Expand Down

0 comments on commit 6758a76

Please sign in to comment.