Remove TODO.

This commit is contained in:
André Nusser 2024-12-12 18:15:11 +01:00
parent bc4a06c7f2
commit 8b7d46a011
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
x clean up Compute_naive_Frechet_distance_3.cpp
x move Frechet_naive into internal directory and adapt everything for it to compile
x create small set of 3d test curves
x create small set of 100d test curves
x create 3d queries
- add them to the test suite
- run tests
x copy Compute_naive_Frechet_distance_3.cpp to Compute_naive_Frechet_distance_100.cpp
- then do the same as for 3d tests
- also use compute distance in the tests if it wasn't done yet