Skip to content

refactor: follow renamed fireSenseUtils constants (Txt suffix)#8

Open
eliotmcintire wants to merge 1 commit into
developmentfrom
txt-constants-rename
Open

refactor: follow renamed fireSenseUtils constants (Txt suffix)#8
eliotmcintire wants to merge 1 commit into
developmentfrom
txt-constants-rename

Conversation

@eliotmcintire
Copy link
Copy Markdown
Collaborator

Summary

Picks up the constant renames from PredictiveEcology/fireSenseUtils#27:

  • `fireSenseUtils::yearChar` → `fireSenseUtils::yearTxt`
  • `fireSenseUtils::youngAgeName` → `fireSenseUtils::youngAgeTxt`
  • `fireSenseUtils::spreadFitAdditionalColNames` → `fireSenseUtils::spreadFitAdditionalColNamesTxt`

The local alias `youngAgeName` (assigned at the file scope) is renamed to `youngAgeTxt` to match. The simList slot `sim$spreadFitAdditionalColNames` is intentionally not renamed — it is part of the module's input/output contract. Only the qualified constant references are updated.

Test plan

  • Module loads against fireSenseUtils#27
  • dataPrepFit run produces unchanged output (simList shape unchanged)

🤖 Generated with Claude Code

Pick up upstream `fireSenseUtils` constant renames:
- `fireSenseUtils::yearChar` -> `fireSenseUtils::yearTxt`
- `fireSenseUtils::youngAgeName` -> `fireSenseUtils::youngAgeTxt`
- `fireSenseUtils::spreadFitAdditionalColNames` -> `fireSenseUtils::spreadFitAdditionalColNamesTxt`

The local alias `youngAgeName` (assigned at the file scope) is renamed
to `youngAgeTxt` to match. The simList slot
`sim$spreadFitAdditionalColNames` is intentionally unchanged - only the
constant reference is updated.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant