Closed jparcill closed 4 years ago
Great, thanks for adding tests! However at the moment there are many failings: https://travis-ci.org/github/JuliaMusic/MusicProcessing.jl/jobs/725473247 Can you have a look?
Yup, I wrote those tests for functions that I havent fixed yet. Those functions rely on TFR.jl which I'll most likely focus on next
Thanks for continuing to work here @jparcill ! Little by little, this will be in soon!
Great news. Though I haven't written up the thorough tests yet, just trying the functions out in a jupyter notebook with a WAV file I had lying around, a lot of the functionality looks good!
Including:
to name a few
Very nice! Once you have some basic tests down, I'll do a final review and we merge this!
Hey Guys @Datseris @jparcill,I would love to help ,just getting it up and running for now in notebook and testing it out a bit...can you guide/suggest me a little on what I should work/try on??
@ashwani-rathee thanks for the interest. FOr sure @jparcill can guide you more, but the main thing I believe is to write passing tests in the /test
folder.
@jparcill I have never written a test before,can you guide on what I should learn\read???How long this task of writting test will continue??I saw the files of chroma.jl/constantq.jl empty that could also be starting point for me,but I would love to try hands on testing..
@jparcill can you share your jupyter notebook in which you're exploring??
@jparcill can you share your jupyter notebook in which you're exploring??
Hey @ashwani-rathee sure. How should I send it?
@jparcill , should we merge this PR, to allow for different people to open PRs, since there is interest? Then you can please outline in #10 what remains to be done?
Yeah that makes sense! School's unfortunately getting busy again and it'd be great to have more helping hands
OKay, no problem, just make sure to underline in #10 what remains from this PR !
@jparcill can you share your jupyter notebook in which you're exploring??
Hey @ashwani-rathee sure. How should I send it? Email:ab669522@gmail.com as attachment or share google drive link,don't know more faster way :)
Functionality is pretty much there for audio.jl after writing tests and also playing around with them in a jupyter notebook. Functions that I haven't fixed yet are the ones that depend on other files like TFR.jl