Skip to content

Commit

Permalink
Remove BasketAutoDiff test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amael Marquez committed Oct 3, 2023
1 parent 7933f4c commit 8523f1e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/src/basket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@ void hasSamePlaneDerivatives(const Fit1& fit1, const Fit2& fit2) {
VERIFY(dnor1.isApprox( dnor2 ));
}

// For BasketAutoDiff
template <class P, class W, typename T>
struct TestExt0 : public T
{
template <class D, class W_, int Di, typename TT>
using DDerType = OrientedSphereDerImpl<D, W_, Di, TT>;
};

template<typename Scalar, int Dim>
void callSubTests()
{
Expand Down Expand Up @@ -238,10 +230,6 @@ void callSubTests()
using HybridSpaceDiff = BasketDiff<Hybrid, FitSpaceDer, CovariancePlaneDer>;
using HybridScaleSpaceDiff = BasketDiff<Hybrid, FitScaleSpaceDer, CovariancePlaneDer>;

//! [BasketAutoDiff]
using AutoDiff = BasketAutoDiff<Point, WeightFunc, FitScaleDer, TestExt0, OrientedSphereFit>;
//! [BasketAutoDiff]

KdTree<Point>tree;
Scalar scale = generateData(tree);

Expand Down

0 comments on commit 8523f1e

Please sign in to comment.