Skip to content

Commit d975fa5

Browse files
committed
another === true
1 parent e28c49d commit d975fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function DiffEqBase.__init(
418418
=#
419419
end
420420
elseif typeof(prob) <: DiffEqBase.AbstractRODEProblem
421-
W = (!haskey(kwargs, :alias_noise) || kwargs[:alias_noise] == true) ? deepcopy(prob.noise) : prob.noise
421+
W = (!haskey(kwargs, :alias_noise) || kwargs[:alias_noise] === true) ? deepcopy(prob.noise) : prob.noise
422422
if W.reset
423423
# Reseed
424424
if typeof(W) <: Union{NoiseProcess, NoiseTransport} && W.reseed

0 commit comments

Comments
 (0)