Skip prints in test suite which cause failure
authorTamás Nepusz <notifications@github.com>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
committerAndreas Tille <tille@debian.org>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
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

Gbp-Pq: Name skip_issue_in_test_suite.patch

examples/simple/igraph_arpack_rnsolve.c

index 3141426c36ec886f57e0176db148cd54c5b139ca..df33b113cd3d4cca3492d217feea970f962beb31 100644 (file)
@@ -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;