-
-
Notifications
You must be signed in to change notification settings - Fork 82
test: fix DelayParentScope test
#1214
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
Changes from 10 commits
690ce43
8e0bf3b
ddff0a3
bb374d7
ea38a83
8c30383
a52dd97
4fb8a7c
aa24938
de4506e
cb5ee42
21298b9
0e74125
86bd7c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,7 +51,7 @@ function jac_eval(rs::ReactionSystem, u, p, t; combinatoric_ratelaws = true, spa | |
| prob = ODEProblem(rs, u, 0.0, p; jac = true, combinatoric_ratelaws, sparse) | ||
| J = sparse ? deepcopy(prob.f.jac_prototype) : zeros(length(u), length(u)) | ||
| prob.f.jac(J, prob.u0, prob.p, t) | ||
| @test J == prob.f.jac(prob.u0, prob.p, t) | ||
| @test J ≈ prob.f.jac(prob.u0, prob.p, t) | ||
|
||
| return J | ||
| end | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.