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

Replace Array.rfindIndex with findIndex to work around bug with Array #1498

Closed
wants to merge 1 commit into from

Conversation

aymanhab
Copy link
Member

Fixes issue #1496

Brief summary of changes

The new Array implementation returns incorrect/different index for rfindIndex than the legacy code. While the call site has been updated the funtion rfindIndex should be fixed for backward compatibility for possible use in client code elsewhere.

Testing I've completed

Plots in the GUI

CHANGELOG.md (choose one)

  • Will update after core issue is resolved

@aymanhab
Copy link
Member Author

aymanhab commented Apr 9, 2024

This was a workaround for a bug introduced on core, this has been fixed there so no need for the workaround. Will test artifact and close if issue is fixed without this PR

@aymanhab aymanhab closed this May 2, 2024
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.

2 participants