Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a check to verify if the len of input and output match for detectors #100

Closed
gkumbhat opened this issue Jun 25, 2024 · 0 comments · Fixed by #102
Closed

Add a check to verify if the len of input and output match for detectors #100

gkumbhat opened this issue Jun 25, 2024 · 0 comments · Fixed by #102
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@gkumbhat
Copy link
Collaborator

gkumbhat commented Jun 25, 2024

Description

Follow-up to #96

We send out list of strings to detectors as input and expect list of outputs in return. These input and output list needs to be of same length for us to properly process the response.. We want to implement a check for this to verify if detectors are responding as expected, otherwise throw a 500

@gkumbhat gkumbhat added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 25, 2024
@evaline-ju evaline-ju self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants