Skip to content

Commit

Permalink
Removed debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland committed Jul 9, 2024
1 parent cf5610a commit 3c9962e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/debug-macos.yml

This file was deleted.

2 changes: 1 addition & 1 deletion t/Linalg.t
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sub GSL_LINALG_LU_DECOMP : Tests {
my ($result, $signum) = gsl_linalg_LU_decomp($base->raw, $permutation);
my $version= gsl_version();
my ($major, $minor) = split /\./, $version;
Math::GSL::Test::dump_lu_matrix([$base->as_list], $permutation, 4, 4);
#Math::GSL::Test::dump_lu_matrix([$base->as_list], $permutation, 4, 4);
if ($major >= 2 && $minor >= 8) {
# From version 2.8 onwards, the result value for a singular matrix is an integer
# such that U(i,i) = 0
Expand Down

0 comments on commit 3c9962e

Please sign in to comment.