-
Notifications
You must be signed in to change notification settings - Fork 4
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
Choose documentation and coding style #7
Comments
Hey @b-remy , since we are going to be writing more code for GalFlow, what do you think of various documentation styles and code formatting? Do you have preferences? I personally suggest we follow the Google/TensorFlow code styling for python. Here are some links to the documentation for this:
|
Agreed, I'll update existing documentation to the TensorFlow code styling! |
From https://www.tensorflow.org/community/contribute/code_style:
Should I convert all my non-tensor inputs before applying tensor operations? |
Not necessarily... If it's very likely the inputs are scalars you should be fine, but if there is a chance people may send in numpy arrays, you should convert |
Same issue as in CosmoStat/autometacal#7
We want to adopt Google/TF conventions
The text was updated successfully, but these errors were encountered: