This patch adds unit tests for Numeric.GSL.Interpolation and Numeric.GSL.SimulatedAnnealing to the test package. I apologize for not adding them concurrently with the modules, and I'll be sure to add tests along with new features in the future. The interpolation unit tests will fail until my interpfix branch is merged.
This patch adds unit tests for
Numeric.GSL.Interpolation
andNumeric.GSL.SimulatedAnnealing
to the test package. I apologize for not adding them concurrently with the modules, and I'll be sure to add tests along with new features in the future. The interpolation unit tests will fail until myinterpfix
branch is merged.