Skip to content

Commit 3332097

Browse files
committed
fix more naming and docstrings
1 parent 72690e9 commit 3332097

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test_components/test_microwave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
MAKE_PLOTS = True
4242
if MAKE_PLOTS:
43-
# Interative plotting for debugging
43+
# Interactive plotting for debugging
4444
from matplotlib import use
4545

4646
use("TkAgg")

tidy3d/components/microwave/path_integrals/path_integral_factory.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ def make_path_integrals(
9191
9292
Parameters
9393
----------
94-
impedance_spec : ImpedanceSpecTypes
95-
Impedance specification for creating voltage and current path specifications.
94+
microwave_mode_spec : MicrowaveModeSpec
95+
Microwave mode specification for creating voltage and current path specifications.
9696
monitor : Union[ModeMonitor, ModeSolverMonitor]
9797
The monitor for which the path integrals are being generated.
9898
9999
Returns
100100
-------
101-
tuple[tuple[VoltageIntegralTypes], tuple[CurrentIntegralTypes]]
101+
tuple[tuple[Optional[VoltageIntegralTypes]], tuple[Optional[CurrentIntegralTypes]]]
102102
Tuple containing the voltage and current path integral instances for each mode.
103103
104104
Raises

0 commit comments

Comments
 (0)