Skip to content

Commit

Permalink
delete louvain_procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
ncbd committed Aug 30, 2024
1 parent 0087a94 commit 6396d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file removed procedures/algo_cpp/louvain_procedure
Binary file not shown.
3 changes: 3 additions & 0 deletions test/resource/cases/demo.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MATCH (n:Person WHERE n.birthyear < 1970) RETURN n.birthyear AS q LIMIT 5
NEXT
RETURN q ORDER BY q;

0 comments on commit 6396d6c

Please sign in to comment.