sigsep / sigsep-mus-db

Python parser and tools for MUSDB18 Music Separation Dataset
https://sigsep.github.io/sigsep-mus-db/
MIT License
159 stars 33 forks source link

remove useless and confusing code. #67

Closed csukuangfj closed 4 years ago

csukuangfj commented 4 years ago

It makes no sense for []*a_number.

[]*a_number is still an empty list and it does not pre-allocate space.

faroit commented 4 years ago

Good catch! 🤩