guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/19: gnu: julia-matrixfactorizations: Delete trailing #t.


From: guix-commits
Subject: 13/19: gnu: julia-matrixfactorizations: Delete trailing #t.
Date: Thu, 24 Feb 2022 05:23:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d10e1de7d711bd673f7b5017fe348d50bce506c0
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Feb 23 14:47:16 2022 +0100

    gnu: julia-matrixfactorizations: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Delete trailing 
#t.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/julia-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index ca476a1e58..a2a2434b34 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3375,8 +3375,7 @@ comes from the fact that @code{M == map(f, A)}.")
               (substitute* "test/test_ul.jl"
                 (("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
                 ;; Also skip the REPL test.
-                (("test String") "test_nowarn String"))
-              #t)))))
+                (("test String") "test_nowarn String")))))))
     (propagated-inputs
      (list julia-arraylayouts))
     (home-page "https://github.com/JuliaMatrices/MatrixFactorizations.jl";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]