Skip to content

Commit

Permalink
Remove whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asachoo committed May 14, 2024
1 parent 9657a8e commit 50c0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skrf/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -5857,7 +5857,7 @@ def innerconnect_s(A: np.ndarray, k: int, l: int) -> np.ndarray:

nA = A.shape[1] # num of ports on input s-matrix

# Vectorized version of the following loop
# Vectorized version of the following loop
# through ports to calculate resultant s-parameters
# for i in range(nA):
# for j in range(nA):
Expand Down

0 comments on commit 50c0c24

Please sign in to comment.