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

Fix a couple of double to float warnings #59

Closed
d-meiser opened this issue Oct 5, 2017 · 1 comment
Closed

Fix a couple of double to float warnings #59

d-meiser opened this issue Oct 5, 2017 · 1 comment

Comments

@d-meiser
Copy link
Owner

d-meiser commented Oct 5, 2017

appveyor shows these warnings:

src/coldatoms_lib/coldatoms_lib.c(10271) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
src/coldatoms_lib/coldatoms_lib.c(10277) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data

@d-meiser d-meiser added the ready label Oct 12, 2017
@d-meiser
Copy link
Owner Author

These warnings come from cython generated code. Would be a waste of time to track these down I think.

@d-meiser d-meiser removed the ready label Oct 12, 2017
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

1 participant