Skip to content
Snippets Groups Projects
Commit e6956983 authored by Joseph Redmon's avatar Joseph Redmon
Browse files

more bugs

parent 798ee388
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ void test_go(char *filename, char *weightfile)
int index = indexes[i];
row = index / 19;
col = index % 19;
printf("Suggested: %c %d, %.2f%%\n", col + 'A' + 1*(col > 7 && noi), (inverted)?19 - row : row-1, move[index]*100);
printf("Suggested: %c %d, %.2f%%\n", col + 'A' + 1*(col > 7 && noi), (inverted)?19 - row : row+1, move[index]*100);
}
int index = indexes[0];
int rec_row = index / 19;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment