Skip to content

Commit 605705c

Browse files
solve kwarg call
1 parent 3ef0ee2 commit 605705c

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
@@ -181,7 +181,7 @@ function R2N(
181181
σk = options.σk,
182182
η1 = options.η1,
183183
η2 = options.η2,
184-
γ = options.γ,
184+
γ = options.γ;
185185
kwargs_dict...,
186186
)
187187
end

0 commit comments

Comments
 (0)