| 141 | } |
| 142 | |
| 143 | TEST(GaussianKernel, Small1D_CPP) { |
| 144 | gaussianKernelTestCPP(string(TEST_DIR "/gaussian/gauss1_7.test"), 0.0); |
| 145 | } |
| 146 | |
| 147 | TEST(GaussianKernel, Small1DWithSigma_CPP) { |
| 148 | gaussianKernelTestCPP(string(TEST_DIR "/gaussian/gauss1_7_sigma1.test"), |
nothing calls this directly
no test coverage detected