Skip to content

Remove unused methods from assessment models#234

Merged
stefan-burke merged 1 commit intomainfrom
terragon/remove-unused-methods-assessments
Aug 22, 2025
Merged

Remove unused methods from assessment models#234
stefan-burke merged 1 commit intomainfrom
terragon/remove-unused-methods-assessments

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

  • Cleans up the codebase by removing unused methods from assessment models
  • Moves anchorage_result method in AnchorageAssessment to private scope
  • Removes unused ropes_compliant? method from MaterialsAssessment
  • Removes unused runout_compliance_status method from SlideAssessment

Changes

AnchorageAssessment

  • Moved anchorage_result method to private section to encapsulate it

MaterialsAssessment

  • Removed ropes_compliant? method as it is not used anywhere

SlideAssessment

  • Removed runout_compliance_status method which was unused

Test plan

  • Ensure all existing tests pass without modification
  • Verify no references to removed methods remain in the codebase
  • Run full test suite to confirm no regressions

🌿 Generated by Terry


ℹ️ Tag @terragon-labs to ask questions and address PR feedback

📎 Task: https://www.terragonlabs.com/task/40f75958-454a-4296-bc48-7d90e818d3be

…sult

- Removed unused ropes_compliant? method from MaterialsAssessment
- Removed runout_compliance_status method from SlideAssessment
- Moved anchorage_result method to private section in AnchorageAssessment
- Cleaned up code by removing commented or redundant lines

These changes improve code clarity and maintainability by removing dead code and organizing methods logically.

Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
@stefan-burke stefan-burke marked this pull request as ready for review August 22, 2025 13:00
@stefan-burke stefan-burke merged commit d96e4a5 into main Aug 22, 2025
16 of 17 checks passed
@stefan-burke stefan-burke deleted the terragon/remove-unused-methods-assessments branch August 22, 2025 13:00
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