Skip to content

Commit

Permalink
refactor: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Dec 11, 2024
1 parent cd726ce commit c3ac6a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tracker/tracker-funcs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ end
Return an object of type `MatchedPairs` with an empty dataframe with the same column names as `df`, an empty dataframe with column names `area`, `majoraxis`, `minoraxis`, `convex_area`, `area_mismatch`, and `corr` for similarity ratios, and an empty vector for distances.
"""
function MatchedPairs(df)
# TODO: revisit this
emptypropsdf = similar(df, 0)
return MatchedPairs(emptypropsdf, copy(emptypropsdf), makeemptyratiosdf(), Float64[])
end
Expand Down

0 comments on commit c3ac6a9

Please sign in to comment.