UCSD-E4E / acoustic-multiclass-training

Data processing and training pipeline for classifying bird species by sound
GNU General Public License v3.0
9 stars 2 forks source link

Run tests in github actions #135

Open Sean1572 opened 1 year ago

Sean1572 commented 1 year ago

Got the test file to run. Have not yet tested how it works with config or files. Will look deeper into that.

Sean1572 commented 1 year ago

Yeah we are going to need to like upload a prebuilt config file to get this work. I suggest: 1) Create a new github repo with a configured config file for testing 2) have github actions pull that repo and copy the file into the acoustic_species repo 3) Run the testing script

Unsure if we will need to do this for testing data... testing data is already in the repo right? Either way this should allow us just to have a quick testing suite to ensure code validity

benjamin-cates commented 1 year ago

No we don't have any testing data in the repo :( I like the idea of cloning another repo in the actions, we can copy from the example dataset on google drive (linked in the readme)