From 6372a3a561597428e55307609b1a03a0a3eea48c Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Wed, 11 Dec 2024 13:21:08 -0500 Subject: [PATCH] docs: update long_tracker docstring remove note about dependency of column order --- src/tracker/long_tracker.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracker/long_tracker.jl b/src/tracker/long_tracker.jl index 0e6f4521..86b944aa 100644 --- a/src/tracker/long_tracker.jl +++ b/src/tracker/long_tracker.jl @@ -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"