File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ using Preferences
8888 if fastlapack_loaded
8989 # If FastLapack loaded correctly and preferences are active, should choose FastLU
9090 # NOTE: This test documents expected behavior when preference system is fully active
91- @test chosen_alg_test. alg === LinearSolve. DefaultAlgorithmChoice. FastLUFactorization ||
92- isa (chosen_alg_test, LinearSolve. DefaultLinearSolver) # Fallback for current state
91+ @test chosen_alg_test. alg === LinearSolve. DefaultAlgorithmChoice. FastLUFactorization
9392 else
9493 @test isa (chosen_alg_test, LinearSolve. DefaultLinearSolver)
9594 end
@@ -134,8 +133,7 @@ using Preferences
134133 if recursive_loaded
135134 # If RecursiveFactorization loaded correctly and preferences are active, should choose RFLU
136135 # NOTE: This test documents expected behavior when preference system is fully active
137- @test chosen_alg_with_rf. alg === LinearSolve. DefaultAlgorithmChoice. RFLUFactorization ||
138- isa (chosen_alg_with_rf, LinearSolve. DefaultLinearSolver) # Fallback for current state
136+ @test chosen_alg_with_rf. alg === LinearSolve. DefaultAlgorithmChoice. RFLUFactorization
139137 else
140138 @test isa (chosen_alg_with_rf, LinearSolve. DefaultLinearSolver)
141139 end
You can’t perform that action at this time.
0 commit comments