Skip to content

Commit 21501c4

Browse files
solve kwarg call
1 parent 1e2c229 commit 21501c4

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
@@ -195,7 +195,7 @@ function R2N(
195195
σk = options.σk,
196196
η1 = options.η1,
197197
η2 = options.η2,
198-
γ = options.γ,
198+
γ = options.γ;
199199
kwargs_dict...,
200200
)
201201
end

0 commit comments

Comments
 (0)