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 monotonicity in SplineFactory #494

Closed ClarkMcGrew closed 4 months ago

ClarkMcGrew commented 4 months ago

SplineFactory::MakeMonotonic needs to be tested to make sure that it correctly handles all of the special cases. There is currently a surprising special case at the end points of a spline, and possibly a bug for interior points.

ClarkMcGrew commented 4 months ago

Close by pull request #496