Skip to content

Commit

Permalink
relax mode to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Dec 3, 2024
1 parent f7c78e6 commit ecffa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/pipes/training_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def load_existing_dataframe(subj_path):
return None


def load_trials(sess_path, one, collections=None, force=True, mode='raise'):
def load_trials(sess_path, one, collections=None, force=True, mode='warn'):
"""
Load trials data for session. First attempts to load from local session path, if this fails will attempt to download via ONE,
if this also fails, will then attempt to re-extract locally
Expand Down

0 comments on commit ecffa8d

Please sign in to comment.