]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
cone/faces.py: remove a misleading comment.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Nov 2018 00:18:12 +0000 (20:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Nov 2018 00:18:12 +0000 (20:18 -0400)
mjo/cone/faces.py

index 48d201bb7776bce6b91237b7e941d6e31c711980..9c6cfd4f2fc2a75d3c36ac3bc2b1a78b98938f7e 100644 (file)
@@ -79,8 +79,6 @@ def face_generated_by(K,S):
 
     """
     face_lattice = K.face_lattice()
-
-    # A list comprehension doesn't work and don't ask me why.
     candidates = [F for F in face_lattice if all([F.contains(x) for x in S])]
 
     # K itself is a face of K, so unless we were given a set S that