-
-
Notifications
You must be signed in to change notification settings - Fork 81
Fix CI #1339
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
Fix CI #1339
Changes from 19 commits
99e91ea
731cd2b
5e4ab1a
e4d9a5e
78c1bd8
a23297b
0b73f94
d302044
48781fb
2609000
40200cb
e92d4e4
a996ea1
99bf59e
b933b2e
ecfbb24
bea3cf3
a1cf2a7
fcad601
998776e
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 |
|---|---|---|
|
|
@@ -52,7 +52,7 @@ begin | |
| sint = init(sprob, ImplicitEM(); save_everystep = false) | ||
| jint = init(jprob, SSAStepper()) | ||
| nint = init(nprob, NewtonRaphson(); save_everystep = false) | ||
| @test_broken ssint = init(ssprob, DynamicSS(Tsit5()); save_everystep = false) # https://github.com/SciML/SciMLBase.jl/issues/660 | ||
|
||
| ssint = init(ssprob, DynamicSS(Tsit5()); save_everystep = false) | ||
| integrators = [oint, sint, jint, nint] | ||
|
|
||
| # Creates solutions. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.