Skip to content

Commit 174ff3b

Browse files
committed
refactor: remove debug print statement from sim_data.py
1 parent 4e434ed commit 174ff3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tidy3d/components/data/sim_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,6 @@ def _adjoint_src_width_broadband(adj_srcs: list[SourceType]) -> float:
12421242
"This can introduce errors into the gradient computation."
12431243
)
12441244

1245-
print(f"source widths: {decay_by_f0_fwidth}, {fwidth_to_min_f0}")
1246-
12471245
# Choose a wider pulse width in frequency especially when the min/max frequencies
12481246
# for the broadband pulse might be very close together
12491247
adj_src_fwidth = np.maximum(decay_by_f0_fwidth, fwidth_to_min_f0)

0 commit comments

Comments
 (0)