Skip to content

Bug fix #581

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

Closed
wants to merge 2 commits into from
Closed

Bug fix #581

wants to merge 2 commits into from

Conversation

Susmita331
Copy link

Brief description of what is fixed or changed

  • Ensures _last_pos_filled correctly reflects the last occupied index
  • Uses a single-pass left pointer approach for efficient in-place swaps

@Kishan-Ved
Copy link
Contributor

The CI fails because of assertion errors, these errors check if the output of the function is equal to a particular value (let's call this v). Now, because you have changed the function, the output of the function is not equal to v.

Please update v accordingly.

More information on the error is available here: https://github.com/codezonediitj/pydatastructs/actions/runs/13228756520/job/36922991475?pr=581

(Scroll down to the end of the run tests section to find the error)

@Susmita331 Susmita331 closed this by deleting the head repository Mar 5, 2025
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.

3 participants