Skip to content

Commit 25c5847

Browse files
committed
Don't squeeze the ho_snapshots
1 parent c8eccc1 commit 25c5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydmd/havok.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def ho_snapshots(self):
133133
"""
134134
if self._ho_snapshots is None:
135135
raise ValueError("You need to call fit().")
136-
return np.squeeze(self._ho_snapshots)
136+
return self._ho_snapshots
137137

138138
@property
139139
def time(self):

0 commit comments

Comments
 (0)