Skip to content

Commit

Permalink
Update test/layer_tests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
avik-pal and github-actions[bot] authored Jun 9, 2024
1 parent 18ca36b commit 1f4f896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/layer_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ end
ongpu && continue

@testset "$(spl): train_grid $(train_grid), dims $(dims)" for spl in (
ConstantInterpolation, LinearInterpolation, QuadraticInterpolation,
QuadraticSpline, CubicSpline),
ConstantInterpolation, LinearInterpolation,
QuadraticInterpolation, QuadraticSpline, CubicSpline),
train_grid in (true, false),
dims in ((), (8,))

Expand Down

0 comments on commit 1f4f896

Please sign in to comment.