Initial release #1

Merged
warrence merged 102 commits from dev into main 2026-06-30 10:26:52 +02:00
Showing only changes of commit 6191def324 - Show all commits
+1 -1
View File
@@ -578,7 +578,7 @@ macro_rules! graph_topology_tests {
}
}
#[test]
#[test]
fn incident_vertices_incidences_consistency() {
let (graph, _, _, _) = make_test_graph();
for u in graph.vertices() {