Closed Joloco109 closed 1 year ago
Fixes #117 by extracting date_time from trial_file and converting it to a datetime with datetime.strptime. Also improves logging of exceptions in load_individual_session_data.
date_time
trial_file
datetime
datetime.strptime
load_individual_session_data
Fixes #117 by extracting
date_time
fromtrial_file
and converting it to adatetime
withdatetime.strptime
. Also improves logging of exceptions inload_individual_session_data
.