Skip to content

Commit

Permalink
Remove unnecessary assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Feb 19, 2024
1 parent 15cf3cb commit 040d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/matrixterm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
# because of the way the initial values are calculated
# m1.optsum.initial == m.optsum.final at this point
copyto!(m1.optsum.initial, m.optsum.initial)
m1 = fit!(m1; progress=false)
fit!(m1; progress=false)
@test isapprox(m1.θ, m.θ, rtol = 1.0e-5)
end

Expand Down

0 comments on commit 040d50d

Please sign in to comment.