Skip to content

Commit

Permalink
Merge pull request #264 from chriselrod/max-methods-1
Browse files Browse the repository at this point in the history
max-methods=1
  • Loading branch information
ChrisRackauckas authored Jan 25, 2023
2 parents e31e09f + 00c65f2 commit af09c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearSolve"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
authors = ["SciML"]
version = "1.34.0"
version = "1.34.1"

[deps]
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
Expand Down
5 changes: 4 additions & 1 deletion src/LinearSolve.jl
Original file line number Diff line number Diff line change
@@ -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
using Base: cache_dependencies, Bool
Expand Down

0 comments on commit af09c4e

Please sign in to comment.