Skip to content

Commit

Permalink
max-methods=1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 25, 2023
1 parent e1c35f5 commit b36940f
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 = "NonlinearSolve"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
authors = ["SciML"]
version = "1.2.0"
version = "1.2.1"

[deps]
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
Expand Down
5 changes: 4 additions & 1 deletion src/NonlinearSolve.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module NonlinearSolve

if isdefined(Base, :Experimental) &&
isdefined(Base.Experimental, Symbol("@max_methods"))
@eval Base.Experimental.@max_methods 1
end
using Reexport
using UnPack: @unpack
using FiniteDiff, ForwardDiff
Expand Down

0 comments on commit b36940f

Please sign in to comment.