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

BPX schema FloatFunctionTable does not accept int values #66

Open
ejfdickinson opened this issue Aug 13, 2024 · 1 comment
Open

BPX schema FloatFunctionTable does not accept int values #66

ejfdickinson opened this issue Aug 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ejfdickinson
Copy link
Collaborator

According to the BPX schema, 1 is not a valid JSON entry for FloatFunctionTable. Only 1.0 (float not int) will be accepted.

@martinjrobins Would this be a quick fix?

@ejfdickinson ejfdickinson added the bug Something isn't working label Aug 13, 2024
@ejfdickinson
Copy link
Collaborator Author

Arguably not a bug, but I think that for the purposes we have here, Float should comprise anything that is convertible to float.

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