Skip to content
Snippets Groups Projects
Commit df98d883 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added newline to string.

parent 3312cd28
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ s += '\nBest result: %.3f%% for C = %f and gamma = %f' % best[:3]
print 'Saving results...'
f = open(results_file, 'w+')
f.write(s)
f.write(s + '\n')
f.close()
print 'Saving best classifier...'
......
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