File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,19 @@ end
101101 prob = LinearProblem (A, b)
102102
103103 @test_logs (:warn ,
104- " LU factorization failed, falling back to QR factorization. `A` is potentially rank-deficient." ) solve (
104+ r " LU factorization failed, falling back to QR factorization\ . `A` is potentially rank-deficient\ ." ) solve (
105105 prob,
106106 verbose = LinearVerbosity (default_lu_fallback = WarnLevel ()))
107107
108108 @test_logs (:info ,
109- " LU factorization failed, falling back to QR factorization. `A` is potentially rank-deficient." ) solve (
109+ r " LU factorization failed, falling back to QR factorization\ . `A` is potentially rank-deficient\ ." ) solve (
110110 prob,
111111 verbose = LinearVerbosity (default_lu_fallback = InfoLevel ()))
112112
113113 verb = LinearVerbosity (default_lu_fallback = WarnLevel ())
114114
115115 @test_logs (:warn ,
116- " LU factorization failed, falling back to QR factorization. `A` is potentially rank-deficient." ) solve (
116+ r " LU factorization failed, falling back to QR factorization\ . `A` is potentially rank-deficient\ ." ) solve (
117117 prob,
118118 verbose = verb)
119119end
You can’t perform that action at this time.
0 commit comments