Skip to content

Commit ceed6d0

Browse files
committed
fix: GADDI matched failed
1 parent 544a1c3 commit ceed6d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/algorithm",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "graph algorithm",
55
"keywords": [
66
"graph",

packages/graph/src/gaddi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ const GADDI = (
532532
k,
533533
nodeNum,
534534
maxNodePairNum,
535-
patternKNeighborUnits,
535+
kNeighborUnits,
536536
spm,
537537
);
538538

packages/graph/tests/unit/gaddi-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,4 +1107,4 @@ describe('Prune', () => {
11071107
// });
11081108
expect(result.length).toBe(1);
11091109
})
1110-
})
1110+
});

0 commit comments

Comments
 (0)