remove path loop fix to simplify output routes #85
Annotations
3 errors and 2 warnings
error: expect(received).toEqual(expected):
module/tests/solver-postprocessing/remove-path-loops.test.ts#L17
[
{
layer: "top",
x: 0,
y: 0,
},
{
layer: "top",
+ route_type: "wire",
x: 0,
y: 3,
},
{
layer: "top",
+ route_type: "wire",
x: 3,
y: 3,
},
{
layer: "top",
x: 3,
y: 6,
}
]
- Expected - 0
+ Received + 2
at /home/runner/work/autorouting/autorouting/module/tests/solver-postprocessing/remove-path-loops.test.ts:17:25
|
error: expect(received).toEqual(expected):
module/tests/solver-postprocessing/remove-path-loops.test.ts#L37
[
{
layer: "top",
x: 0,
y: 0,
},
{
layer: "top",
x: 0,
y: 5,
},
{
layer: "bottom",
x: -3,
y: 5,
},
{
layer: "bottom",
+ route_type: "wire",
x: -3,
y: 3,
},
{
layer: "bottom",
+ route_type: "wire",
x: 3,
y: 3,
},
{
layer: "bottom",
x: 3,
y: 6,
}
]
- Expected - 0
+ Received + 2
at /home/runner/work/autorouting/autorouting/module/tests/solver-postprocessing/remove-path-loops.test.ts:37:25
|
test
Process completed with exit code 1.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|