Fix for failing test GaudiGSL.InterpTest
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.