Skip to content

Commit 4ec68ca

Browse files
authored
Fix typo in Paths.valid docstring
Fix Paths.valid docstring
2 parents 2a44ecd + 6a89abe commit 4ec68ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sionna/rt/path_solvers/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def valid(self):
216216
"""
217217
Flags indicating valid paths
218218
219-
:type: :py:class:`mi.TensorXb [num_rx, num_rx_ant, num_tx, num_tx_ant, num_paths]`
219+
:type: :py:class:`mi.TensorXb [num_rx, num_rx_ant, num_tx, num_tx_ant, num_paths] or [num_rx, num_tx, num_paths]`
220220
"""
221221
return self._valid
222222

0 commit comments

Comments
 (0)