Skip to content

Commit 92e1dbe

Browse files
solve kwarg call
1 parent 6e1648a commit 92e1dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function R2N(
193193
σk = options.σk,
194194
η1 = options.η1,
195195
η2 = options.η2,
196-
γ = options.γ,
196+
γ = options.γ;
197197
kwargs_dict...,
198198
)
199199
end

0 commit comments

Comments
 (0)