Skip to content

Commit

Permalink
Switch to Semicoroutines.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed May 3, 2023
1 parent 86c2105 commit 5d4ec50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PCHIPInterpolation = "afe20452-48d1-4729-9a8b-50fb251f06cd"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
Semicoroutines = "b37d3d51-cc38-4fad-93cd-e6859934553f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"

Expand All @@ -22,7 +22,7 @@ LsqFit = "0.13"
OrdinaryDiffEq = "6.31"
PCHIPInterpolation = "0.1.7"
RecipesBase = "1"
ResumableFunctions = "0.6"
Semicoroutines = "1"
StaticArrays = "0.12, 1"
ToeplitzMatrices = "0.7, 0.8"
julia = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion src/_Rootfinding.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module _Rootfinding

using ResumableFunctions
using Semicoroutines
using ArgCheck: @argcheck

@resumable function bracket_bisect(xa, xb, ya=missing, yb=missing; growth_factor=2)
Expand Down

0 comments on commit 5d4ec50

Please sign in to comment.