Skip to content

Commit

Permalink
REFACT: Revert constant (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Apr 29, 2024
1 parent 7832843 commit 6509ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/SolveSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ def _get_primitives_points_per_net(self):
while len(primitive_dict[net]) < len(net_primitives[net]):
if n > 1000: # adding 1000 as maximum value to prevent infinite loop
return
n += 10
n += 20
primitive_dict[net] = []
for prim in primitives:
layer = edb.stackup.signal_layers[prim.layer_name]
Expand Down

0 comments on commit 6509ed6

Please sign in to comment.