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

[wb_dims] without x and non sequential rows, incorrect results were returned. fixes #1093 #1094

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

JanMarvin
Copy link
Owner

The output still returns ranges, but that's acceptable. We should be able to catch this and should be able to return A1:A1 as A1.

@JanMarvin
Copy link
Owner Author

Maybe this should be included into the check a few lines above. There are a few things going on and obviously something unhandled slipped through and this PR feels a little hackish.

@JanMarvin
Copy link
Owner Author

It's better now that everything is in one condition, but I'm still surprised that crossing row 1 is such an issue. It's still hackish and mysteries in my code are not pleasing 😄

Copy link
Collaborator

@olivroy olivroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Agreed that this is strange..

@olivroy olivroy linked an issue Aug 5, 2024 that may be closed by this pull request
@JanMarvin
Copy link
Owner Author

Thanks! Rebased on main.

@JanMarvin JanMarvin merged commit b2d4c08 into main Aug 5, 2024
9 checks passed
@JanMarvin JanMarvin deleted the gh_issue_1093 branch August 5, 2024 17:22
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.

Inconsistent wb_dims return when row vector contains 1
2 participants