Project-OSmOSE / datarmor-toolkit

This repo gathers all our analytical codes to process big (mostly audio) data (eg related to machine learning, ambient noise analysis…)
0 stars 6 forks source link

correct boolean before batch welch processing #56

Open cazaudo opened 1 month ago

cazaudo commented 1 month ago

we need to replace the boolean "if args.save_for_LTAS and args.save_matrix:" in qsub_spectrogram_generator_pkg.py by "if save_welch:"

Gautzilla commented 2 days ago

I added a dirty False on this statement condition in #64, so it's disabled atm.

I don't get why this bunch of code is in the datarmor toolkit: doesn't it belong to OSEkit more than to the datarmor toolkit?