assertraw_name[:raw_name.index(raw_prefix_substring)]==pred_name[:pred_name.index(pred1_prefix_substring)],'File names do not match :'+raw_name+', '+pred_name
assertpred_name[:pred_name.index(pred1_prefix_substring)]==pred_name2[:pred_name2.index(pred2_prefix_substring)],'File names do not match.'
assertpred_name2[:pred_name2.index(pred2_prefix_substring)]==pred_name3[:pred_name3.index(pred3_prefix_substring)],'File names do not match'
assertraw_name[:raw_name.index(raw_prefix_substring)]==pred_name[:pred_name.index(pred1_prefix_substring)],print('File names do not match :'+raw_name+', '+pred_name)
assertpred_name[:pred_name.index(pred1_prefix_substring)]==pred_name2[:pred_name2.index(pred2_prefix_substring)],print('File names do not match.')
assertpred_name2[:pred_name2.index(pred2_prefix_substring)]==pred_name3[:pred_name3.index(pred3_prefix_substring)],print('File names do not match')