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

Fix bug list insert does not overwrite #362

Conversation

elenbaasc
Copy link
Collaborator

Changed using list.insert(indx, data) to using list[indx] = data
(this was changed before due to issues with MyPy, but because those issues had been dealt with in another way, using insert is not necessary, and apparently wrong)

@elenbaasc elenbaasc requested a review from Mythir October 17, 2024 09:39
@elenbaasc elenbaasc merged commit e299fbc into develop Oct 18, 2024
15 checks passed
@elenbaasc elenbaasc deleted the CQT-245-Bitmapping-inserts-measurement-at-bit-variable-index-but-does-not-overwrite branch October 18, 2024 12:37
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