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

use correct number format #17

Open
borondics opened this issue Sep 20, 2024 · 1 comment
Open

use correct number format #17

borondics opened this issue Sep 20, 2024 · 1 comment

Comments

@borondics
Copy link
Member

In multiple point in the code there are integers where there should be floats. I don't know if this is important at all, but it would be nicer to remove this point for confusion and use 1.0 instead of 1 and 0.0 instead of 0 whenever we add a number.

https://github.com/Quasars/pySNOM/blob/06b0450ef35621862b3619d0c94c9e1163d10c3b/pySNOM/images.py#L179C41-L179C48

@ngergihun
Copy link
Contributor

Done with #18

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