summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/tests/test_lukes.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/community/tests/test_lukes.py')
-rw-r--r--networkx/algorithms/community/tests/test_lukes.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/networkx/algorithms/community/tests/test_lukes.py b/networkx/algorithms/community/tests/test_lukes.py
index 80e2de34..e7a47106 100644
--- a/networkx/algorithms/community/tests/test_lukes.py
+++ b/networkx/algorithms/community/tests/test_lukes.py
@@ -11,7 +11,6 @@ NWL = "n_weight"
# first test from the Lukes original paper
def paper_1_case(float_edge_wt=False, explicit_node_wt=True, directed=False):
-
# problem-specific constants
limit = 3
@@ -50,7 +49,6 @@ def paper_1_case(float_edge_wt=False, explicit_node_wt=True, directed=False):
# second test from the Lukes original paper
def paper_2_case(explicit_edge_wt=True, directed=False):
-
# problem specific constants
byte_block_size = 32
@@ -132,7 +130,6 @@ def test_mandatory_tree():
def test_mandatory_integrality():
-
byte_block_size = 32
ex_1_broken = nx.DiGraph()