Skip to content

Commit ebf8b0d

Browse files
Fixed some toUndirected proc tests
Co-Authored-By: Florentin Dörre <florentin.dorre@neotechnology.com>
1 parent 87b5497 commit ebf8b0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

algo/src/test/java/org/neo4j/gds/beta/undirected/ToUndirectedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ void shouldLogProgress() {
223223
);
224224
}
225225

226-
}
226+
}

doc/modules/ROOT/pages/operations-reference/graph-operation-references.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
| `gds.beta.graph.export.csv`
6060
| `gds.beta.graph.export.csv.estimate`
6161
|xref:graph-catalog-relationship-ops.adoc#catalog-graph-stream-relationship-topology-example[Stream relationship topologies to the procedure caller] | `gds.beta.graph.relationships.stream`
62+
.2+<.^|Convert directed relationships to undirected
63+
| `gds.beta.graph.relationships.toUndirected`
64+
| `gds.beta.graph.relationships.toUndirected.estimate`
65+
6266
|===
6367

6468

0 commit comments

Comments
 (0)