def backup_match_matrix(self): np.copyto(self.old_old_match_matrix,self.old_match_matrix) np.copyto(self.old_match_matrix,self.match_matrix)