Skip to content

Commit 07c0cef

Browse files
committed
flake8-fix
1 parent 34a7dd4 commit 07c0cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/AsympConv/conv_test_toinf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def compute_and_plot_specrad(Nnodes, lam):
7878
fname = 'data/smoother_specrad_toinf_M' + str(Nnodes) + '_LU_imag.png'
7979
else:
8080
fname = 'data/smoother_specrad_toinf_M' + str(Nnodes) + '_LU_real.png'
81-
plt.savefig(fname, transparent=True, bbox_inches='tight')
81+
plt.savefig(fname, transparent=True, bbox_inches='tight')
8282

8383

8484
if __name__ == "__main__":

0 commit comments

Comments
 (0)