UCSD-E4E / acoustic-multiclass-training

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

Allow for f-strings in logging? #127

Open mbazzani opened 1 year ago

mbazzani commented 1 year ago

Pylint complains about it right now, but it's a lot more readable. Does it make sense to disable this pylint error and use f-strings?

benjamin-cates commented 1 year ago

I think they throw a warning because logging statements aren't always printed and it's kinda a performance problem, but most of our logging statements are printed so I'm okay with disabling it