Skip to content

Commit e5173ca

Browse files
committed
fix: don't propagate for u0
1 parent 52d07d1 commit e5173ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ function process_SciMLProblem(
814814
evaluate_varmap!(op, dvs; limit = substitution_limit)
815815

816816
u0 = better_varmap_to_vars(
817-
op, dvs; tofloat, use_union,
817+
op, dvs; tofloat, use_union = false,
818818
container_type = u0Type, allow_symbolic = symbolic_u0)
819819

820820
if u0 !== nothing

0 commit comments

Comments
 (0)