Skip to content

Commit 30f2796

Browse files
committed
fic getGSIS for CWW
1 parent eae8d1e commit 30f2796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyGroupedTransforms"
7-
version = "0.3.4"
7+
version = "0.3.5"
88
authors = [
99
{ name="Felix Wirth", email="fwi012001@gmail.com" },
1010
]

src/pyGroupedTransforms/GroupedCoefficients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)