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

[BUG] Entrypoint parameters are not converted properly from strings to their correct type #607

Open
jtsextonMITRE opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jtsextonMITRE
Copy link
Collaborator

Currently the entrypoint endpoint only allows strings to be uploaded for the default parameters (as it should). However, by the time it gets passed to the task engine, these values haven't been converted to their proper types the task engine throws an error for anything not typed as a string.

For example '[28,28,1]' -> [28, 28, 1].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant