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 BitVector + make empty vector initialization concise #55

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

alex-s-gardner
Copy link
Collaborator

This PR does two things:

  1. fixes the initilization of empty Vector{Bool} that were erroniosly initilized as Vector{BitVectors}

  2. simplifies the initilization of empty Vector from:
    Vector{Type}[] to Type[]

@alex-s-gardner
Copy link
Collaborator Author

Errors are related to download and are unrelated to this PR

@evetion
Copy link
Owner

evetion commented Aug 11, 2023

I will try to fix the download errors in another PR.

This seems like a good improvement, and fixes some glaring errors indeed. Can we add a test concatenating an empty track with a normal one, so it would trigger some errors?

@evetion evetion merged commit 4b4ba06 into master Aug 11, 2023
1 of 10 checks passed
@evetion evetion deleted the fix_quality_flag branch August 11, 2023 17:16
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