kes31

Results 2 issues of kes31

Freecad version 0.20.2 Plugin version: master Steps for reproduction: - create an involute gear, set teeth to 30, beta to 20 and enable double_helix - create a second involute gear,...

``` from dijkstra import Graph def test_fixed_condition_list(): uut = Graph() for key, value in [ ('external', 'stopper'), ('goal', 'step2'), ('goal', 'stopper'), ('step1', 'start'), ('step1', 'step2'), ('step2', 'goal'), ('stopper', 'external'), ('stopper',...