Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
dc9d60ae
Commit
dc9d60ae
authored
Jul 10, 2021
by
niklas.baumgarten
Browse files
removed test case
parent
12cfb197
Changes
1
Hide whitespace changes
Inline
Side-by-side
mluq/tests/generators/TestSparseGridGenerator.cpp
View file @
dc9d60ae
...
...
@@ -73,22 +73,6 @@ TEST_P(TestClenshawCurtis, TestSumOfWeights) {
EXPECT_NEAR
(
sum
,
2.0
*
dimension
,
TEST_TOLERANCE
);
}
TEST_P
(
TestClenshawCurtis
,
TestQuadrature
)
{
// double I = 0.0; // should leave and be implemented in wrapper around Tasmanian
// for (int i = 0; i < num_points; i++) {
// double x = points[i * dimension];
// I += weights[i] * TestFunction(x);
// }
//
// double exact = 2.0;
// double error = std::abs(exact - I);
// EXPECT_NEAR(error, 0.0, TEST_TOLERANCE);
// std::cout << " at level: " << level
// << "\n the grid has: " << num_points
// << "\n integral: " << I
// << "\n error: " << error << "\n\n";
}
int
main
(
int
argc
,
char
**
argv
)
{
return
MppTest
(
MppTestBuilder
(
argc
,
argv
).
...
...
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