Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Skip prints in test suite which cause failure
· 1ea05f29
Andreas Tille
authored
Jan 15, 2019
1ea05f29
Upload to unstable
· 2f125d94
Andreas Tille
authored
Jan 15, 2019
2f125d94
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2f125d94
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> T
h
u, 1
0
Jan 2019
21:22:59
+0100
-- Andreas Tille <tille@debian.org> Tu
e
, 1
5
Jan 2019
15:10:32
+0100
igraph (0.7.1-3) unstable; urgency=medium
...
...
debian/patches/series
View file @
2f125d94
...
...
@@ -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
debian/patches/skip_issue_in_test_suite.patch
0 → 100644
View file @
2f125d94
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;