Skip to content

Fix for failing test GaudiGSL.InterpTest

Hadrien Benjamin Grasland requested to merge hgraslan/Gaudi:master into master

As far as I can tell, this test confuses interpolation and extrapolation. These have historically been the same in GSL, but haven't been for a while now. If you want to extrapolate, you have to tell GSL to do so explicitly.

Relevant GSL commit from 2010 which makes trying to extrapolate using interpolation routines an error : http://bzr.savannah.gnu.org/lh/gsl/trunk/revision/4704 .

I would thus propose modifying the test to solely do interpolation instead.

Merge request reports