We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feec96 commit 6c34d7fCopy full SHA for 6c34d7f
1 file changed
birdnet_analyzer/analyze/core.py
@@ -196,7 +196,7 @@ def _set_params(
196
cfg.BANDPASS_FMIN = fmin
197
cfg.BANDPASS_FMAX = fmax
198
cfg.AUDIO_SPEED = audio_speed
199
- cfg.RESULT_TYPES = rtype
+ cfg.RESULT_TYPES = rtype if isinstance(rtype, list | tuple | set) else [rtype]
200
cfg.COMBINE_RESULTS = combine_results
201
cfg.BATCH_SIZE = bs
202
cfg.ADDITIONAL_COLUMNS = additional_columns
0 commit comments