Skip to content

Commit c16c153

Browse files
Update tidy3d/components/mode_spec.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 18ced37 commit c16c153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/components/mode_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def check_microwave_mode_spec_consistent(cls, val, values):
256256

257257
if not valid_number_impedance_specs:
258258
raise SetupError(
259-
f"Given {val.num_impedance_specs} impedance specifications in the 'MicrowaveModeSpec, "
259+
f"Given {val.num_impedance_specs} impedance specifications in the 'MicrowaveModeSpec', "
260260
f"but the number of modes requested is {num_modes}. Please either ensure that the "
261261
"number of impedance specifications is equal to the number of modes or leave the "
262262
"'MicrowaveModeSpec' field as 'None', if impedances are not needed."

0 commit comments

Comments
 (0)