Skip to content

Commit

Permalink
fix definition of crown_curve_indices
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 26, 2024
1 parent 27ac126 commit 277a1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sleap_roots/trait_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@ def define_traits(self) -> List[TraitDef]:
),
TraitDef(
name="crown_curve_indices",
fn=get_base_tip_dist,
input_traits=["crown_base_pts", "crown_tip_pts"],
fn=get_curve_index,
input_traits=["crown_lengths", "crown_base_tip_dists"],
scalar=False,
include_in_csv=True,
kwargs={},
Expand Down

0 comments on commit 277a1b3

Please sign in to comment.