Skip to content

Commit 272b2a1

Browse files
committed
Oops, didn't mean to include these changes.
1 parent 83135cb commit 272b2a1

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/systems/nonlinear/initializesystem.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,13 +662,7 @@ function SciMLBase.remake_initialization_data(
662662
kws = maybe_build_initialization_problem(
663663
sys, SciMLBase.isinplace(odefn), op, t0, defs, guesses,
664664
missing_unknowns; time_dependent_init, use_scc, initialization_eqs, floatT,
665-
<<<<<<< Updated upstream
666665
u0_constructor, p_constructor, allow_incomplete = true)
667-
||||||| Stash base
668-
u0_constructor, p_constructor, allow_incomplete = true, check_units=false)
669-
=======
670-
u0_constructor, p_constructor, allow_incomplete = true, check_units = false)
671-
>>>>>>> Stashed changes
672666

673667
odefn = remake(odefn; kws...)
674668
return SciMLBase.remake_initialization_data(sys, odefn, newu0, t0, newp, newu0, newp)

test/initializationsystem.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,18 +1112,6 @@ end
11121112
guesses = ModelingToolkit.missing_variable_defaults(pend))
11131113
sol = solve(prob, Rodas5P())
11141114
@test SciMLBase.successful_retcode(sol)
1115-
<<<<<<< Updated upstream
1116-
||||||| Stash base
1117-
1118-
prob2 = remake(prob, u0=[x => 0.5, y=>nothing])
1119-
sol2 = solve(prob2, Rodas5P())
1120-
@test SciMLBase.successful_retcode(sol2)
1121-
=======
1122-
1123-
prob2 = remake(prob, u0 = [x => 0.5, y=>nothing])
1124-
sol2 = solve(prob2, Rodas5P())
1125-
@test SciMLBase.successful_retcode(sol2)
1126-
>>>>>>> Stashed changes
11271115
end
11281116

11291117
@testset "Issue#3205" begin

0 commit comments

Comments
 (0)