fix: remove beta2 coefficient from param print

This commit is contained in:
Benoît Sierro
2022-07-20 12:18:24 +02:00
parent 24e38b143f
commit e6b711cd85

View File

@@ -136,7 +136,7 @@ def plot_init(
lbl = plot_1_dispersion(lim_disp, tl, tr, style, lbl, params, loss_ax)
lbl = plot_1_init_spec_field(lim_field, lim_spec, bl, br, style, lbl, params)
all_labels.append(lbl)
print(params.pretty_str())
print(params.pretty_str(exclude="beta2_coefficients"))
finish_plot(fig, tr, all_labels, params)