Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
pypocketfft
Commits
91a397e2
Commit
91a397e2
authored
Nov 23, 2020
by
Martin Reinecke
Browse files
just use very quick tests
parent
86493bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.py
View file @
91a397e2
...
...
@@ -232,7 +232,7 @@ def testdcst1D(len, inorm, type, dtype):
_assert_close
(
a
,
pypocketfft
.
dst
(
pypocketfft
.
dst
(
a
,
inorm
=
inorm
,
type
=
type
),
inorm
=
2
-
inorm
,
type
=
itype
),
eps
)
@
pmp
(
"len"
,
(
3
,
4
,
1023
,
4097
))
@
pmp
(
"len"
,
(
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
))
@
pmp
(
"dtype"
,
dtypes
)
def
testfftpack_extra
(
len
,
dtype
):
rng
=
np
.
random
.
default_rng
(
42
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment