File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
qiskit_metal/renderers/renderer_gds Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1337,7 +1337,7 @@ def _cheese_based_on_shape(
13371337 a_cheese = None
13381338
13391339 if a_cheese is not None :
1340- dummy_a_lib = a_cheese .apply_cheesing ()
1340+ _dummy_a_lib = a_cheese .apply_cheesing ()
13411341
13421342 def _populate_no_cheese (self ):
13431343 """Iterate through every chip and layer. If options choose to have
@@ -2356,8 +2356,7 @@ class to a series of GDSII format on the input pd.Series.
23562356
23572357 if "fillet" in qgeometry_element :
23582358 if (math .isnan (qgeometry_element .fillet ) or
2359- qgeometry_element .fillet <= 0 or
2360- qgeometry_element .fillet < qgeometry_element .width ):
2359+ qgeometry_element .fillet <= 0 ):
23612360 to_return = gdstk .FlexPath (
23622361 list (geom .coords ),
23632362 use_width ,
You can’t perform that action at this time.
0 commit comments