mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpiutil,wpimath] Add generic InterpolatingTreeMap (#5372)
This commit is contained in:
@@ -8,6 +8,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@SuppressWarnings("removal")
|
||||
class InterpolatingTreeMapTest {
|
||||
@Test
|
||||
void testInterpolationDouble() {
|
||||
|
||||
Reference in New Issue
Block a user