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

Bug fix #581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

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)

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