@@ -14,7 +14,7 @@ def test_instantiable(self):
14
14
siepic .bidirectional_coupler (thickness = 220 , width = 500 )
15
15
16
16
def test_s_params (self , std_wl_um ):
17
- s = siepic .bidirectional_coupler (wl = std_wl_um )
17
+ siepic .bidirectional_coupler (wl = std_wl_um )
18
18
19
19
20
20
class Testdirectional_coupler :
@@ -26,7 +26,7 @@ def test_instantiable(self):
26
26
siepic .directional_coupler (gap = 200 , coupling_length = 45 )
27
27
28
28
def test_s_params (self , std_wl_um ):
29
- s = siepic .directional_coupler (wl = std_wl_um , gap = 200 , coupling_length = 45 )
29
+ siepic .directional_coupler (wl = std_wl_um , gap = 200 , coupling_length = 45 )
30
30
31
31
32
32
class Testgrating_coupler :
@@ -40,7 +40,7 @@ def test_instantiable(self):
40
40
siepic .grating_coupler (pol = "te" , thickness = 220 , dwidth = 0 )
41
41
42
42
def test_s_params (self , std_wl_um ):
43
- s = siepic .grating_coupler (wl = std_wl_um , pol = "te" )
43
+ siepic .grating_coupler (wl = std_wl_um , pol = "te" )
44
44
45
45
46
46
class Testhalf_ring :
@@ -56,7 +56,7 @@ def test_instantiable(self):
56
56
)
57
57
58
58
def test_s_params (self , std_wl_um ):
59
- s = siepic .half_ring (
59
+ siepic .half_ring (
60
60
wl = std_wl_um ,
61
61
pol = "te" ,
62
62
gap = 50 ,
@@ -78,7 +78,7 @@ def test_instantiable(self):
78
78
siepic .taper (w1 = 0.5 , w2 = 1.0 , length = 10.0 )
79
79
80
80
def test_s_params (self , std_wl_um ):
81
- s = siepic .taper (wl = std_wl_um , w1 = 0.5 , w2 = 1.0 , length = 10.0 )
81
+ siepic .taper (wl = std_wl_um , w1 = 0.5 , w2 = 1.0 , length = 10.0 )
82
82
83
83
84
84
class Testterminator :
@@ -91,8 +91,8 @@ def test_instantiable(self):
91
91
siepic .terminator (pol = "tm" )
92
92
93
93
def test_s_params (self , std_wl_um ):
94
- s = siepic .terminator (wl = std_wl_um , pol = "te" )
95
- s = siepic .terminator (wl = std_wl_um , pol = "tm" )
94
+ siepic .terminator (wl = std_wl_um , pol = "te" )
95
+ siepic .terminator (wl = std_wl_um , pol = "tm" )
96
96
97
97
98
98
class Testwaveguide :
@@ -106,7 +106,7 @@ def test_instantiable(self):
106
106
siepic .waveguide (pol = "te" , length = 100 , width = 500 , height = 220 , loss = 2 )
107
107
108
108
def test_s_params (self , std_wl_um ):
109
- s = siepic .waveguide (
109
+ siepic .waveguide (
110
110
wl = std_wl_um , pol = "te" , length = 100 , width = 500 , height = 220 , loss = 2
111
111
)
112
112
@@ -120,4 +120,4 @@ def test_instantiable(self):
120
120
siepic .y_branch (pol = "te" , thickness = 220 , width = 500 )
121
121
122
122
def test_s_params (self , std_wl_um ):
123
- s = siepic .y_branch (wl = std_wl_um , pol = "te" )
123
+ siepic .y_branch (wl = std_wl_um , pol = "te" )
0 commit comments