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
fix broken creation of a prepared job on generate_spectro #68
Closed
Gautzilla closed 6 hours ago
I introduced a bug in #57 without noticing it, by misinterprenting the way the job buider works.
This led to creating incomplete jobs in the outgoing list, and broke the code if other jobs were created later on.
I reversed the changes that led to the bug, which does seem to work as intended.