Skip to content

Commit 2cf5bb8

Browse files
solve sub_kwarg dict
1 parent 3fa39ac commit 2cf5bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function SolverCore.solve!(
223223
β::T = 1 / eps(T),
224224
θ::T = 1/(1 + eps(T)^(1 / 5)),
225225
compute_opnorm::Bool = false,
226-
sub_kwargs::Dict{Symbol} = Dict(),
226+
sub_kwargs::Dict = Dict(),
227227
) where {T, V, G}
228228
reset!(stats)
229229

0 commit comments

Comments
 (0)