[waveguide_cyl] silence some debug prints

This commit is contained in:
jan 2025-12-09 22:55:52 -08:00
parent e3169b9e20
commit 4a80ca8b12

View File

@ -493,10 +493,6 @@ def _normalized_fields(
norm_factor = sign * norm_amplitude * numpy.exp(1j * norm_angle)
print('\nAAA\n', waveguide_2d.inner_product(e, h, dxes, prop_phase=prop_phase))
e *= norm_factor
h *= norm_factor
print(f'{sign=} {norm_amplitude=} {norm_angle=} {prop_phase=}')
print(waveguide_2d.inner_product(e, h, dxes, prop_phase=prop_phase))
return e, h