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

The output from ambassador converts integer types to float . #458

Closed
nandagopal1992 opened this issue Feb 27, 2019 · 1 comment
Closed

Comments

@nandagopal1992
Copy link

nandagopal1992 commented Feb 27, 2019

For instance the output of my s2i wrapped docker images looked like "{"data": "ndarray" : [{"values" : [0,1,2]"}]}" but when the same output comes from ambassador the response looks like "{"data": "ndarray" : [{"values" : [0.0,1.0,2.0]}]}"

@nandagopal1992 nandagopal1992 changed the title The output from ambassador converts integer types to float . For instance the output of my s2i wrapped docker images looked like "{"data": "ndarray" : [{"values" : [0,1,2]"}]}" but when the same output comes from ambassador the response looks like "{"data": "ndarray" : [{"values" : [0.0,1.0,2.0]}]}" The output from ambassador converts integer types to float . Feb 27, 2019
@axsaucedo
Copy link
Contributor

This has now been fixed in #707 specifically with REST requests

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

No branches or pull requests

2 participants