Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit c988399

Browse files
committed
increase test coverage
1 parent 918c2c5 commit c988399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Transform/chebyshev_transform.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
t = ChebyshevTransform((3, 4, 5))
77

8+
@test ndims(t) == 3
89
@test size(transform(t, 𝐱)) == (30, 40, 50, ch, batch)
910
@test size(truncate_modes(t, transform(t, 𝐱))) == (3, 4, 5, ch, batch)
1011
@test size(inverse(t, truncate_modes(t, transform(t, 𝐱)))) == (3, 4, 5, ch, batch)

0 commit comments

Comments
 (0)