Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2297 remove roi ranges dict from spectrum viewer window model #2413

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ashleymeigh2
Copy link
Collaborator

Issue

Closes #2297

Description

Remove _roi_ranges dictionary from SpectrumViewerWindowModel. The model no longer needs to maintain its own list of ROI names since SpectrumWidget handles ROI management. This eliminates redundant code and reduces synchronization issues.

Testing

Updated unit tests to reflect method signature changes.

Acceptance Criteria

Verify all removed methods are unused.
Ensure all tests pass and functionality remains intact.

@ashleymeigh2
Copy link
Collaborator Author

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.

Remove _roi_ranges dict from SpectrumViewerWindowModel
2 participants