Skip to content

Commit

Permalink
removed done TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
n-poulsen committed Sep 13, 2024
1 parent 70547fc commit 3c917f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def load_benchmark_data():
results = deeplabcut.benchmark.loadcache(
"../.results", on_missing="raise"
).toframe()
# TODO(niels): Get the code from the results DataFrame
df = (
results.reset_index()[["method", "code", "benchmark", "RMSE", "mAP"]]
.rename(
Expand Down

0 comments on commit 3c917f1

Please sign in to comment.