Skip to content

Commit 3c917f1

Browse files
committed
removed done TODO
1 parent 70547fc commit 3c917f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def load_benchmark_data():
3333
results = deeplabcut.benchmark.loadcache(
3434
"../.results", on_missing="raise"
3535
).toframe()
36-
# TODO(niels): Get the code from the results DataFrame
3736
df = (
3837
results.reset_index()[["method", "code", "benchmark", "RMSE", "mAP"]]
3938
.rename(

0 commit comments

Comments
 (0)