-
Notifications
You must be signed in to change notification settings - Fork 42
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
address compute_grid_info()
bug for partially regular grids
#960
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR fixes the compute_grid_info()
refactor for two broken cases:
- Grids that are partially regular
grid_regular()
for both preprocessing and model parameters with no submodels
if (isTRUE(model_iters_needed)) { | ||
res$.iter_model <- res$.iter_model - 1 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not super happy with this pattern—feels like I'm missing a much simpler off-by-one fix?
Unrequesting, as there's an additional snap change in extratests🫠 |
These tests will fail with current `main` but pass with #960. Max will file a PR today with a new draft of the helper, and that helper ought to pass these tests.
Closing in favor of an incoming PR from Max! |
Closes #959.