USArmy-Corps-of-Engineers-RMC / Numerics

Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
Other
21 stars 2 forks source link

Test_Interpolation - Duplicates of Test_Linear and Test_Bilinear #37

Closed sadie-niblett closed 4 months ago

sadie-niblett commented 4 months ago

Inside Test_Interpolation there's a bunch of tests for Linear and Bilinear interpolation. Almost all of these test (any after line 86) are also in the Test_Linear and Test_Bilinear. Here they are written slightly differently, so I'm not sure if they're testing something else or truly are duplicates.

HadenSmith commented 4 months ago

That was an old class that was removed from the project. I permanently deleted that file.