Skip to content

Commit ac88125

Browse files
authored
Merge pull request #5 from NFFT/python-code-format-patches
Fixes by format action
2 parents 460f71d + 23cf17c commit ac88125

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pyGroupedTransforms/GroupedCoefficients.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def norms(self, Dict=False, other=None, m=None):
180180
d = len(self.settings[i].u)
181181
ac_in = 1
182182
freq = CWWTtools.cwwt_index_set(self.settings[i].bandwidths)
183-
# if d == 1: TODO: Why????
184-
# freq = freq.T
183+
# if d == 1: TODO: Why????
184+
# freq = freq.T
185185

186186
for jj in range(freq.shape[1]):
187187
j = freq[:, jj]
@@ -209,8 +209,8 @@ def norms(self, Dict=False, other=None, m=None):
209209
d = len(self.settings[i].u)
210210
ac_in = 1
211211
freq = CWWTtools.cwwt_index_set(self.settings[i].bandwidths)
212-
# if d == 1:
213-
# freq = freq.T
212+
# if d == 1:
213+
# freq = freq.T
214214

215215
for jj in range(freq.shape[1]):
216216
j = freq[:, jj]

0 commit comments

Comments
 (0)