Skip to content

Commit 2fe6406

Browse files
Update src/problems/sccnonlinearproblem.jl
Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
1 parent a5b706b commit 2fe6406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/problems/sccnonlinearproblem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ function SciMLBase.SCCNonlinearProblem{iip}(
644644
end
645645
end
646646
MissingGuessValue.HashedRandom() => begin
647-
newval = [hash(var,i) for i in eachindex(symbolic_idxs)]./0x1p64
647+
newval = [hash(var,hash(i)) for i in SU.stable_eachindex(symbolic_idxs)]./0x1p64
648648
_u0[symbolic_idxs] .= newval
649649
for (idx, j) in enumerate(symbolic_idxs)
650650
write_possibly_indexed_array!(

0 commit comments

Comments
 (0)