Skip to content

Commit

Permalink
Trac sagemath#34769: use libgap in simplicial_complex
Browse files Browse the repository at this point in the history
this is just a 1-line change.

A part of sagemath#26902

URL: https://trac.sagemath.org/34769
Reported by: dimpase
Ticket author(s): Dima Pasechnik
Reviewer(s): John Palmieri
  • Loading branch information
Release Manager committed Nov 21, 2022
2 parents 01beb6a + 1867190 commit fb213df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/topology/simplicial_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -4128,7 +4128,7 @@ def fundamental_group(self, base_point=None, simplify=True):
return self.connected_component(Simplex([base_point])).fundamental_group(simplify=simplify)

from sage.groups.free_group import FreeGroup
from sage.interfaces.gap import gap
from sage.libs.gap.libgap import libgap as gap
G = self.graph()
# If the vertices and edges of G are not sortable, e.g., a mix
# of str and int, Sage+Python 3 may raise a TypeError when
Expand Down

0 comments on commit fb213df

Please sign in to comment.