Skip to content

Commit cb3a7f3

Browse files
Improve code formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 691921e commit cb3a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/periodic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
TestUtils.test_interface(PeriodicKernel(; r=[0.9, 0.9]), ColVecs{Float64})
1616
TestUtils.test_interface(PeriodicKernel(; r=[0.8, 0.7]), RowVecs{Float64})
1717

18-
test_ADs(r -> PeriodicKernel(r = exp.(r)), log.(r))
18+
test_ADs(r -> PeriodicKernel(; r=exp.(r)), log.(r))
1919
test_params(k, (r,))
2020
end

0 commit comments

Comments
 (0)