gundam-organization / gundam

GUNDAM, for Generalized and Unified Neutrino Data Analysis Methods, is a suite of applications which aims at performing various statistical analysis with different purposes and setups.
GNU Lesser General Public License v2.1
13 stars 10 forks source link

LTS/1.8.x: Implement test for CalculateGeneralSpline #493

Closed ClarkMcGrew closed 4 months ago

ClarkMcGrew commented 4 months ago

We need to add a test that when the knots from TSpline3 are passed to CalculateGeneralSpline(), the calculated value is equal to the result of TSpline3::Eval()

ClarkMcGrew commented 4 months ago

Closed by pull request #495