Implemented two unit tests to check the Hessian of the target_functions.relax_fit.d2func() function.
This compares the calculated Hessian to the numerically integrated values from the
test_suite/shared_data/curve_fitting/numeric_gradient/Hessian.py script, showing that the d2func()
function is implemented correctly.