-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove decimal tests and refactor interpolator in spline
Removed conditional compilation for tests that used rust_decimal::Decimal in natural_cubic.rs and catmull_rom.rs. Also, refactored CatmullRom to implement the Interpolator trait. This includes necessary updates to method visibility and their signatures.
- Loading branch information
1 parent
022a251
commit d0ec29a
Showing
2 changed files
with
5 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters