remove commented code

This commit is contained in:
Jonathan Shook 2023-09-08 11:09:23 -05:00
parent e515d3fe15
commit aa460be622

View File

@ -92,12 +92,6 @@ class ComputeFunctionsLongTest {
.isCloseTo(0.0d,offset);
}
// @Test
// public void testLongIntersection() {
// int[] result = Intersections.find(lowInts01234,midInts45678);
// assertThat(result).isEqualTo(new int[]{4,5});
// }
@Test
public void testCountLongIntersection() {
long result = Intersections.count(longs_37195, longs_12390);