]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - src/dunshire/cones.py
Fix (or cover up) a bunch of pylint warnings.
[dunshire.git] / src / dunshire / cones.py
index 870a882423e6180ea0e4256e5f7c05f17aac6d4f..92a03a96245e79db4bce92f013e782c1964bf458 100644 (file)
@@ -539,7 +539,7 @@ class CartesianProduct(SymmetricCone):
             TypeError: the given point has the wrong dimensions
 
         """
-        return all([p in f for (p,f) in zip(point, self.factors())])
+        return all([p in f for (p, f) in zip(point, self.factors())])