u6530822 / ME-CFS-Project

0 stars 1 forks source link

Index out of bounds: Code assumes the next line has a value in every case #21

Closed rufusjn07 closed 5 years ago

NigelTee commented 5 years ago

Reopened due to an error flagged on a print line which was added for debugging purposes. The print line was placed wrongly as it was outside the valid index check. After removing the print line, the code works fine.