Skip to content

Multiple animal species selection for custom classification mode#191

Merged
stefanodellosa-personal merged 7 commits intomainfrom
custom_class_multiple_selection
Nov 24, 2025
Merged

Multiple animal species selection for custom classification mode#191
stefanodellosa-personal merged 7 commits intomainfrom
custom_class_multiple_selection

Conversation

@stefanodellosa-personal
Copy link
Collaborator

Now it is possible to select more than one species for custom selection mode.

@stefanodellosa-personal stefanodellosa-personal added this to the WADAS 1.0 milestone Nov 22, 2025
@stefanodellosa-personal stefanodellosa-personal marked this pull request as ready for review November 22, 2025 14:38

def __init__(self):
super().__init__("bear")
super().__init__(["bear"])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why it's a list now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because the custom classification mode allows to specify list of species to filter, not just a single item any more.

@stefanodellosa-personal stefanodellosa-personal merged commit 06f4a84 into main Nov 24, 2025
2 checks passed
@stefanodellosa-personal stefanodellosa-personal deleted the custom_class_multiple_selection branch November 24, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants