Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass shadow closure incase f is a closure #962

Merged
merged 18 commits into from
Dec 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Project.toml
  • Loading branch information
ChrisRackauckas authored Dec 28, 2023
commit 02c15b950db115a247086c7038dbd0175eabecf5
3 changes: 2 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
Expand Down Expand Up @@ -64,7 +65,7 @@ Pkg = "<0.0.1, 1"
PreallocationTools = "0.4"
QuadGK = "2.9.1"
Random = "<0.0.1, 1"
RecursiveArrayTools = "2.4.2"
RecursiveArrayTools = "3"
ChrisRackauckas marked this conversation as resolved.
Show resolved Hide resolved
ReverseDiff = "1.15.1"
SafeTestsets = "0.1.0"
SparseArrays = "<0.0.1, 1"
Expand Down
Loading