We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f599de + 53034bc commit b3b5c44Copy full SHA for b3b5c44
bin/popper-ilp
@@ -7,7 +7,7 @@ if __name__ == '__main__':
7
settings = Settings(cmd_line=True)
8
prog, score, stats = learn_solution(settings)
9
if prog != None:
10
- print_prog_score(prog, score)
+ print_prog_score(prog, score, settings.noisy)
11
else:
12
print('NO SOLUTION')
13
if settings.show_stats:
0 commit comments