Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
kww
Commits
100df766
Commit
100df766
authored
Dec 17, 2019
by
Wuttke, Joachim
Browse files
+ kwwp tests
parent
b67090ec
Pipeline
#14244
failed with stage
in 11 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/kwwtest.c
View file @
100df766
...
...
@@ -74,6 +74,10 @@ int main(void) {
test_one
(
&
fail
,
1e-14
,
kwws
(
2e-3
,
.
314
),
1
.
11472540368966655
);
// mode=2
test_one
(
&
fail
,
1e-14
,
kwws
(
2e-1
,
.
314
),
1
.
202467631193444353
);
// mode=3
test_one
(
&
fail
,
1e-14
,
kwwp
(
3e-3
,
.
459
),
0
.
00711605570401166
8009
);
// mode=1
test_one
(
&
fail
,
1e-14
,
kwwp
(
5e-3
,
.
459
),
0
.
011
85130685163975767
);
// mode=2
test_one
(
&
fail
,
1e-14
,
kwwp
(
2e-2
,
.
459
),
0
.
0466
8285680895551543
);
// mode=1
printf
(
"#####################################
\n
"
);
if
(
fail
)
{
printf
(
"IN TOTAL, FAILURE IN %i TESTS
\n
"
,
fail
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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