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

Fix Bin Size Validation Logic in RITS Export #2460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ashleymeigh2
Copy link
Collaborator

Issue

Closes #2420

Description

This fix updates the validate_bin_and_step_size function in the model.py file. The logic was corrected to allow bin_size == step_size by changing the condition from bin_size <= step_size to bin_size < step_size.

Acceptance Criteria

Confirm RITS export works with bin_size = step_size.

Documentation

Added a release note under docs/release_notes summarizing the fix.

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.

RITS export error when bin size equals step size
2 participants