Skip to content

Commit 9788c17

Browse files
committed
Uncommneted tests
1 parent ab404ff commit 9788c17

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/dataframe_tester_4.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ using StlVecType = typename MyDataFrame::template StlVecType<T>;
5555

5656
// ----------------------------------------------------------------------------
5757

58-
/*
5958
static void test_starts_with() {
6059

6160
std::cout << "\nTesting starts_with( ) ..." << std::endl;
@@ -2538,7 +2537,6 @@ static void test_StationaryCheckVisitor() {
25382537
assert(std::abs(kpss_vec_v.get_kpss_value()[0] - 10.76) < 0.01);
25392538
assert(std::abs(kpss_vec_v.get_kpss_value()[2] - 189.563) < 0.001);
25402539
}
2541-
*/
25422540

25432541
// ----------------------------------------------------------------------------
25442542

@@ -2671,7 +2669,6 @@ static void test_covariance_matrix() {
26712669

26722670
// ----------------------------------------------------------------------------
26732671

2674-
/*
26752672
static void test_pca_by_eigen() {
26762673

26772674
std::cout << "\nTesting pca_by_eigen( ) ..." << std::endl;
@@ -5671,15 +5668,13 @@ static void test_fl_valid_index() {
56715668
assert(res5.first == 1);
56725669
assert(res5.second == 13);
56735670
}
5674-
*/
56755671

56765672
// ----------------------------------------------------------------------------
56775673

56785674
int main(int, char *[]) {
56795675

56805676
MyDataFrame::set_optimum_thread_level();
56815677

5682-
/*
56835678
test_starts_with();
56845679
test_ends_with();
56855680
test_in_between();
@@ -5716,9 +5711,7 @@ int main(int, char *[]) {
57165711
test_PartialAutoCorrVisitor();
57175712
test_make_stationary();
57185713
test_StationaryCheckVisitor();
5719-
*/
57205714
test_covariance_matrix();
5721-
/*
57225715
test_pca_by_eigen();
57235716
test_compact_svd();
57245717
test_SpectralClusteringVisitor();
@@ -5761,7 +5754,6 @@ int main(int, char *[]) {
57615754
test_DivideToQuantilesVisitor();
57625755
test_pipe();
57635756
test_fl_valid_index();
5764-
*/
57655757

57665758
return (0);
57675759
}

0 commit comments

Comments
 (0)