Skip to content

Bug: Analysis.m typo 'sampeRate' (missing 'l') #16

@iahncajigas

Description

@iahncajigas

Bug Description

In Analysis.m, lines 246 and 364 reference tObj.sampeRate instead of tObj.sampleRate. The missing 'l' causes a runtime error when these code paths are hit.

Locations

  • Line 246: tObj.sampeRate
  • Line 364: tObj.sampeRate

Expected Fix

Change both to tObj.sampleRate.

Found during comprehensive cross-toolbox audit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions