Skip to content

Commit 7edb35e

Browse files
Apply suggestions from code review
Co-authored-by: Alexander Condello <arcondello@gmail.com>
1 parent b00e943 commit 7edb35e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

releasenotes/notes/feature-mimo-59c3d6d02335061c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ features:
44
Add ``mimo()`` function for generating a multi-input
55
multiple-output (MIMO) channel-decoding problem.
66
- |
7-
Add ``comp()`` function for generating a coordinated multi-point
7+
Add ``coordinated_multipoint()`` function for generating a coordinated multi-point
88
(CoMP) decoding problem.

tests/test_generators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ def test_constraints_squares(self):
11281128
else:
11291129
self.assertEqual(term, 24)
11301130

1131+
@unittest.skipUnless(_networkx, "no networkx installed")
11311132
class TestMIMO(unittest.TestCase):
11321133

11331134
def setUp(self):

0 commit comments

Comments
 (0)