-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add complex number data type in Python #112
Conversation
@rajdeepbharati are you not supposed to add a commit message to this :) |
This adds complex_python data type. Closes coala#102
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. But you have to follow coala commit guidelines and try to pass the tests that are failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to add "uncertain" if the data type doesn't have integer values. Just don't include that field, like done in bool data types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look good to me. Change the commit message to follow the coala commit standards and push again.
@BharathKumarRavichandran I'm closing this since I don't really use coala nowadays. You can go ahead and create a new PR if you want. |
This adds complex_python data type.
Closes #102