Skip to content
Commits on Source (2)
igraph (0.7.1-4) UNRELEASED; urgency=medium
igraph (0.7.1-4) unstable; urgency=medium
* use a different starting vector for
igraph_community_leading_eigenvector() to prevent errors
......@@ -10,7 +10,7 @@ igraph (0.7.1-4) UNRELEASED; urgency=medium
* debhelper 12
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Thu, 10 Jan 2019 21:22:59 +0100
-- Andreas Tille <tille@debian.org> Tue, 15 Jan 2019 15:10:32 +0100
igraph (0.7.1-3) unstable; urgency=medium
......
......@@ -6,3 +6,4 @@ skip_tests_accessing_remote.patch
fix_test_arpack-3.6.patch
fix_broken_graph_ml.patch
different_starting_vector.patch
skip_issue_in_test_suite.patch
Author: Tamás Nepusz <notifications@github.com>
Last-Update: Tue, 15 Jan 2019 13:08:35 +0000 (UTC)
Origin: https://github.com/igraph/igraph/issues/1107#issuecomment-450881345
Bug-Debian: https://bugs.debian.org/902760
Description: Skip prints in test suite which cause failure
--- a/examples/simple/igraph_arpack_rnsolve.c
+++ b/examples/simple/igraph_arpack_rnsolve.c
@@ -167,11 +167,6 @@ int main() {
print_debug_output(&values, &vectors);
}
- igraph_matrix_print(&values);
- printf("---\n");
- igraph_matrix_print(&vectors);
- printf("---\n");
-
/* -------------- */
options.nev=3;