Skip to content

Commit 6f9576d

Browse files
committed
Correct some typos.
1 parent 7a9ab20 commit 6f9576d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commpy/channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class MIMOFlatChannel(_FlatChannel):
263263
264264
Attributes
265265
----------
266-
fading_param : tuple of 2 floats
266+
fading_param : tuple of 3 2D ndarray
267267
Parameters of the fading.
268268
Raise ValueError when sets with value that would lead to a non-normalized channel.
269269

commpy/tests/test_channels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def check_chan_gain(mod, chan):
8989
assert_allclose(chan.channel_gains.var(), 1 / 3, atol=0.2,
9090
err_msg='Wrong channel variance with real channel')
9191

92-
# Test on all channel
92+
# Test on complex channel
9393
for mod in self.all_mods:
9494
# Test value checking after construction
9595
with assert_raises(ValueError):
@@ -293,7 +293,7 @@ def check_chan_gain(mod, chan):
293293
assert_allclose(chan.channel_gains.mean(0), mean, atol=0.2,
294294
err_msg='Wrong channel mean with real channel')
295295

296-
# Test on all channel
296+
# Test on complex channel
297297
for mod in self.all_mods:
298298
# Test value checking after construction
299299
with assert_raises(ValueError):

0 commit comments

Comments
 (0)