Skip to content

Commit 397bd3c

Browse files
chore: rm replacing for Initials
1 parent 19d7ce4 commit 397bd3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parameters.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function subset_tunables(sys, new_tunables)
176176
const_ps = toconstant.(diff_params)
177177

178178
new_ps = replace(cur_ps, (diff_params .=> const_ps)...)
179-
new_ps = replace(new_ps, (Initial.(diff_params) .=> Initial.(const_ps))...)
180179
@set! sys.ps = new_ps
181180
complete(sys)
182181
end

0 commit comments

Comments
 (0)