Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
egmcbride committed Oct 9, 2024
1 parent f1f384b commit 69499ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_routing_analysis/decoding_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def decode_context_with_linear_shift(session=None,params=None,trials=None,units=
# generate_labels=params['generate_labels']


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

session_id=str(session_info.id)
Expand Down

0 comments on commit 69499ee

Please sign in to comment.