-
Notifications
You must be signed in to change notification settings - Fork 5
Aligning the code with contributing guidelines #42
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
Conversation
I further noticed that |
@shakedregev, please fix build error (see CI pipeline). |
Fixed |
3e9da94
to
b337023
Compare
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.
Left a few nitpicking comments. Generally looks good. Mark when it is ready to merge.
src/Model/PowerElectronics/SynchronousMachine/SynchronousMachine.hpp
Outdated
Show resolved
Hide resolved
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.
- Document COO_Matrix constructors.
- Document method variables
- Break lines that are too long.
I'm not sure this is the right place to discuss this, but since there is a lot of attention being put on |
abe37bc
to
5ade72f
Compare
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.
This is ready to merge. Great job! Only two minor changes required.
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.
Handle the previous comments by pelesh then it looks good.
* fixed some style issues and variable name selection * fixed guard for hpp file * fixed typos --------- Co-authored-by: pelesh <[email protected]>
This is my first pass at the cleanup of the code. It's not ready yet.