Skip to content

Commit 6b9dc98

Browse files
committed
fix removed tofloat = true
1 parent 8805bb3 commit 6b9dc98

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
@@ -874,7 +874,7 @@ function process_SciMLProblem(
874874
du0map = to_varmap(du0map, ddvs)
875875
merge!(op, du0map)
876876
du0 = varmap_to_vars(op, ddvs; toterm = identity,
877-
tofloat)
877+
tofloat = true)
878878
kwargs = merge(kwargs, (; ddvs))
879879
else
880880
du0 = nothing

0 commit comments

Comments
 (0)