We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e434ed commit 174ff3bCopy full SHA for 174ff3b
tidy3d/components/data/sim_data.py
@@ -1242,8 +1242,6 @@ def _adjoint_src_width_broadband(adj_srcs: list[SourceType]) -> float:
1242
"This can introduce errors into the gradient computation."
1243
)
1244
1245
- print(f"source widths: {decay_by_f0_fwidth}, {fwidth_to_min_f0}")
1246
-
1247
# Choose a wider pulse width in frequency especially when the min/max frequencies
1248
# for the broadband pulse might be very close together
1249
adj_src_fwidth = np.maximum(decay_by_f0_fwidth, fwidth_to_min_f0)
0 commit comments