Skip to content

Commit

Permalink
Merge branch 'main' of github.com:logic-and-learning-lab/Popper
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcropper committed Feb 9, 2024
2 parents 6f599de + 53034bc commit b3b5c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/popper-ilp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if __name__ == '__main__':
settings = Settings(cmd_line=True)
prog, score, stats = learn_solution(settings)
if prog != None:
print_prog_score(prog, score)
print_prog_score(prog, score, settings.noisy)
else:
print('NO SOLUTION')
if settings.show_stats:
Expand Down

0 comments on commit b3b5c44

Please sign in to comment.