From 73d18143dcfc5fcde02cfa0d5323d96d3ae02174 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 1 Nov 2018 20:18:12 -0400 Subject: [PATCH] cone/faces.py: remove a misleading comment. --- mjo/cone/faces.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mjo/cone/faces.py b/mjo/cone/faces.py index 48d201b..9c6cfd4 100644 --- a/mjo/cone/faces.py +++ b/mjo/cone/faces.py @@ -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 -- 2.43.2