You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in find_minimal_contour_distance.py if skip_calculation_min_winding_distance is True then the pcb_track_width is set to zero.
The function call is expensive.
It may be better to instead directly specify the PCB track width via the command-line parameters (using pcb_track_width) and only calculate the minimum width between contours if pcb_track_width is 0.
Note: This will deviate from the MATLAB implementation.
Affects: parse_input.py, find_minimal_contour_distance.py and all examples.
The text was updated successfully, but these errors were encountered:
Currently, in
find_minimal_contour_distance.py
ifskip_calculation_min_winding_distance
is True then thepcb_track_width
is set to zero.The function call is expensive.
It may be better to instead directly specify the PCB track width via the command-line parameters (using
pcb_track_width
) and only calculate the minimum width between contours ifpcb_track_width
is 0.Note: This will deviate from the MATLAB implementation.
Affects:
parse_input.py
,find_minimal_contour_distance.py
and all examples.The text was updated successfully, but these errors were encountered: