Skip to content

Commit b3b5c44

Browse files
committed
Merge branch 'main' of github.com:logic-and-learning-lab/Popper
2 parents 6f599de + 53034bc commit b3b5c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/popper-ilp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if __name__ == '__main__':
77
settings = Settings(cmd_line=True)
88
prog, score, stats = learn_solution(settings)
99
if prog != None:
10-
print_prog_score(prog, score)
10+
print_prog_score(prog, score, settings.noisy)
1111
else:
1212
print('NO SOLUTION')
1313
if settings.show_stats:

0 commit comments

Comments
 (0)