-
Notifications
You must be signed in to change notification settings - Fork 663
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
updated replace atoms.coordinates() with atoms.positions #3467 #3577
updated replace atoms.coordinates() with atoms.positions #3467 #3577
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3577 +/- ##
===========================================
- Coverage 94.20% 90.28% -3.92%
===========================================
Files 190 181 -9
Lines 24668 23166 -1502
Branches 3313 0 -3313
===========================================
- Hits 23238 20915 -2323
- Misses 1384 2251 +867
+ Partials 46 0 -46
Continue to review full report at Codecov.
|
@manishsaini6421 under normal circumstances we want you to continue working on one PR, namely on PR #3576 . Otherwise comments get lost. They way code review works is that you push work to your repository, it shows up in the PR, we comment, you read and address our comments, push more work, until the reviewers are happy. Please
Thanks. |
Sir, how to change in same PR? |
Make change in your code, add a commit, push changes to your shiny-new-feature branch. Because the PR is linked to the branch, the commit will show up in the PR. |
@orbeckst Sir ,actually my first PR folder is deleted so please consider this one. |
@manishsaini6421 we are going to close this PR and continue discussion in your previous PR, as we have already reviewed in that PR. |
Now that this PR has been closed and PR #3576 has been reopened, you should be able to continue working on your code as before. Just keep pushing commits and they should show up in PR #3576. Learning to work with git and GitHub takes some time. There is a lot of help available, e.g., https://docs.github.com/en/get-started#all-docs , but doing it in practice can still be daunting. One reason why we want GSOC applicants to submit code is so that they learn about the process as it is essential for being productive during GSOC. |
@hmacdope Sir, please review this one because PR deleted by me from github due to lack of knoledge. |
As stated above we will continue work in the old PR as it has a full record of our reviews and so on. Sorry about the inconvenience. :) |
Fixes #
Changes made in this Pull Request:
PR Checklist