You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@test_brokenfalse# A few cases fails for JumpProblems.
124
+
@test_brokenfalse# Cannot run deepcopy of SteadyStateProblem and Nonlinear Problems.
120
125
@test_brokenfalse# Currently cannot be run for Ensemble problems: https://github.com/SciML/SciMLBase.jl/issues/661 (as indexing cannot be used to check values).
121
-
for prob indeepcopy(problems)
126
+
for prob indeepcopy([oprob, sprob, dprob])
122
127
# Remake for all u0s.
123
128
rp =remake(prob; u0 = [X =>1, Y =>2])
124
129
@test rp[[X, Y]] == [1, 2]
@@ -155,10 +160,8 @@ end
155
160
156
161
# Test integrator indexing.
157
162
let
158
-
@test_brokenfalse# NOTE: Multiple problems for `nint` (https://github.com/SciML/SciMLBase.jl/issues/662).
159
-
@test_brokenfalse# NOTE: Multiple problems for `jint` (https://github.com/SciML/SciMLBase.jl/issues/654).
160
163
@test_brokenfalse# NOTE: Cannot even create a `ssint` (https://github.com/SciML/SciMLBase.jl/issues/660).
0 commit comments