Skip to content

Commit 32d081e

Browse files
committed
Refactor
1 parent 10efb23 commit 32d081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/GPU/analysis_scripts/RBC3D_spectrum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def plot_spectra_Ra1e5(): # pragma: no cover
2020
dts = [0.06, 0.06, 0.06, 0.02, 0.04]
2121
res = 32
2222

23-
for config, dt in zip(configs, dts):
23+
for config, dt in zip(configs, dts, strict=True):
2424
plot_spectrum(res, dt, config, ax)
2525

2626
ax.legend(frameon=False)

0 commit comments

Comments
 (0)