Closed mariekevh closed 5 years ago
Following error occured in softcosine analysis: Trying to find first element in the list, while list can be empty.
if group[0]['_source'][sourcedate].weekday()==6: IndexError: list index out of range
Fixed by first passing if list is empty before trying to find first element in the list group.
Following error occured in softcosine analysis: Trying to find first element in the list, while list can be empty.
Fixed by first passing if list is empty before trying to find first element in the list group.