We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31e09f + 00c65f2 commit af09c4eCopy full SHA for af09c4e
Project.toml
@@ -1,7 +1,7 @@
1
name = "LinearSolve"
2
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
3
authors = ["SciML"]
4
-version = "1.34.0"
+version = "1.34.1"
5
6
[deps]
7
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
src/LinearSolve.jl
@@ -1,5 +1,8 @@
module LinearSolve
-
+if isdefined(Base, :Experimental) &&
+ isdefined(Base.Experimental, Symbol("@max_methods"))
+ @eval Base.Experimental.@max_methods 1
+end
using ArrayInterfaceCore
using RecursiveFactorization
8
using Base: cache_dependencies, Bool
0 commit comments