Skip to content

Commit

Permalink
Updated print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefenton committed Jul 13, 2017
1 parent f082308 commit 654f246
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scripts/grammar_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ def main(command_line_args):
# Parse grammar file and set grammar class.
grammar = Grammar(os.path.join("..", "grammars", params['GRAMMAR_FILE']))

print("\nUnique permutations and combinations of possible solutions"
" for a range of depths for specified grammar:",
params['GRAMMAR_FILE'], "\n")
print("\nNumber of unique possible solutions for a range of depths for "
"specified grammar:", params['GRAMMAR_FILE'], "\n")

for depth in grammar.permutations:

Expand Down

0 comments on commit 654f246

Please sign in to comment.