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 19, 2024
2 parents cdabf9a + b3b5c44 commit 1d7e667
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 1d7e667

Please sign in to comment.