Skip to content

Commit

Permalink
docs: update long_tracker docstring
Browse files Browse the repository at this point in the history
remove note about dependency of column order
  • Loading branch information
cpaniaguam committed Dec 11, 2024
1 parent c3ac6a9 commit 6372a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/long_tracker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Trajectories are built in two steps:
1. For each subsequent day, find pairs of floes for the current trajectory heads. Again, any unmatched floe in the new prop table starts a new trajectory.
# Arguments
- `props::Vector{DataFrame}`: A vector of DataFrames, each containing ice floe properties for a single day. Each DataFrame must have the following columns in the order specified:
- `props::Vector{DataFrame}`: A vector of DataFrames, each containing ice floe properties for a single day. Each DataFrame must have the following columns:
- "area"
- "min_row"
- "min_col"
Expand Down

0 comments on commit 6372a3a

Please sign in to comment.