Skip to content

Commit 7c87e01

Browse files
committed
More debugging
1 parent 0e9d647 commit 7c87e01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydmd/bopdmd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,9 @@ def plot_mode_uq(
14601460

14611461
rows = 2 * int(np.ceil(modes.shape[-1] / cols))
14621462
fig, axes = plt.subplots(rows, cols, figsize=figsize, dpi=dpi)
1463+
print(modes.shape)
1464+
print(rows)
1465+
print(cols)
14631466
avg_axes = [ax for axes_list in axes[::2] for ax in axes_list]
14641467
std_axes = [ax for axes_list in axes[1::2] for ax in axes_list]
14651468
avg_axes = avg_axes[:modes.shape[-1]]

0 commit comments

Comments
 (0)