Skip to content

Remove sub-stepping concept from ConfigurableGraph - #19

Merged
veillette merged 1 commit into
mainfrom
claude/remove-sub-stepping-Fcw2G
Feb 21, 2026
Merged

Remove sub-stepping concept from ConfigurableGraph#19
veillette merged 1 commit into
mainfrom
claude/remove-sub-stepping-Fcw2G

Conversation

@veillette

Copy link
Copy Markdown
Collaborator
  • Delete SubStepDataPoint type and subStepAccessor field from PlottableProperty;
    replace with a plain accessor?: (point: Record<string, number>) => number
  • Rename addDataPointsFromSubSteps → addDataPoints in ConfigurableGraph;
    drop the decimation counter and SUB_STEP_DECIMATION constant (was 1, i.e. no-op)
  • Remove deprecated addDataPoint() from ConfigurableGraph
  • Remove SUB_STEP_DECIMATION from TrackLabConstants
  • Update KinematicsGraphNode to use the renamed API and simplified type

https://claude.ai/code/session_01BonLZjdbbFbGmihfMNbDVF

- Delete SubStepDataPoint type and subStepAccessor field from PlottableProperty;
  replace with a plain accessor?: (point: Record<string, number>) => number
- Rename addDataPointsFromSubSteps → addDataPoints in ConfigurableGraph;
  drop the decimation counter and SUB_STEP_DECIMATION constant (was 1, i.e. no-op)
- Remove deprecated addDataPoint() from ConfigurableGraph
- Remove SUB_STEP_DECIMATION from TrackLabConstants
- Update KinematicsGraphNode to use the renamed API and simplified type

https://claude.ai/code/session_01BonLZjdbbFbGmihfMNbDVF
@veillette
veillette merged commit a38084b into main Feb 21, 2026
1 check passed
@veillette
veillette deleted the claude/remove-sub-stepping-Fcw2G branch February 22, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants