Skip to content

Commit

Permalink
Fix doctest when the optional benzene is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed May 26, 2024
1 parent 77323e2 commit f2694d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def hide(self):
sage: Benzene().unhide() # optional - benzene, needs sage.graphs
sage: len(list(graphs.fusenes(2))) # optional - benzene, needs sage.graphs
1
"""
self._hidden = True

Expand Down

0 comments on commit f2694d0

Please sign in to comment.