the solution to this is to edit the json file and remove this value
2017-07-07 18856, 2017
alastairp
(this is what we do when we generate high level values for items in acousticbrainz)
2017-07-07 18823, 2017
alastairp
it was due to us adding this value in right at the last minute, but we had already received some submissions and had already generated the models
2017-07-07 18833, 2017
SothoTalKer has quit
2017-07-07 18835, 2017
sagar-kohli[m]
alastairp: so what would be the right way to do things?
2017-07-07 18803, 2017
alastairp
are you generating the low-level files yourself?
2017-07-07 18826, 2017
sagar-kohli[m]
alastairp: yes, im using the binaries after building essentia
2017-07-07 18817, 2017
alastairp
OK. If you want to use the existing models, you should use the extractor listed under "do it yourself install" at http://acousticbrainz.org/download
2017-07-07 18842, 2017
alastairp
this is the extractor for 2.1beta2
2017-07-07 18820, 2017
kyan joined the channel
2017-07-07 18803, 2017
sagar-kohli[m]
alastairp: if im not wrong this will give me low-level files, so for high-level files ?
2017-07-07 18822, 2017
alastairp
do what you have been doing
2017-07-07 18849, 2017
alastairp
were you using streaming_extractor_music_svm?
2017-07-07 18856, 2017
sagar-kohli[m]
alastairp: yes with latest verstion
2017-07-07 18813, 2017
alastairp
if you use streaming_extractor_music from the acousticbrainz website, and any version of streaming_extractor_music_svm, then I believe it should work
2017-07-07 18847, 2017
sagar-kohli[m]
alastairp: okay, let me see and will get back to you if ill get any problem. thanks for your help :)
2017-07-07 18854, 2017
alastairp
no problem. good luck
2017-07-07 18828, 2017
kyan has quit
2017-07-07 18838, 2017
SothoTalKer joined the channel
2017-07-07 18805, 2017
psolanki
Gentlecat: yes, saw it. I will push those changes
2017-07-07 18853, 2017
kyan joined the channel
2017-07-07 18814, 2017
SothoTalker_ joined the channel
2017-07-07 18835, 2017
psolanki
And, I got a question - Is there a way to test only a single file?
2017-07-07 18836, 2017
psolanki
Currently, all the test files are run in docker test container ( takes a lot of time and not all need to be tested)
2017-07-07 18843, 2017
SothoTalKer has quit
2017-07-07 18856, 2017
arbenina_ joined the channel
2017-07-07 18852, 2017
saifulbkhan joined the channel
2017-07-07 18803, 2017
SothoTalker_ has quit
2017-07-07 18835, 2017
ferbncode
psolanki: you can run "docker-compose -f docker/docker-compose.dev.yml run critiquebrainz /bin/bash" to get into the docker container. then run "py.test <test_file_name>" to run tests in that file.
2017-07-07 18816, 2017
SothoTalKer joined the channel
2017-07-07 18838, 2017
arbenina_ has quit
2017-07-07 18844, 2017
alastairp
(or directly docker-compose -f docker/docker-compose.dev.yml run critiquebrainz py.test <filename>)