Skip to content

Commit

Permalink
suggested change in src/sage/features/nauty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Dec 22, 2023
1 parent a6ebf6b commit 5ad350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/nauty.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self):
"""
JoinFeature.__init__(self, "nauty",
[NautyExecutable(name)
for name in ('directg', 'gentourng', 'geng', 'genbg', 'gentreeg', 'converseg')])
for name in ('directg', 'gentourng', 'geng', 'genbg', 'gentreeg', 'genktreeg')])


def all_features():
Expand Down

0 comments on commit 5ad350c

Please sign in to comment.