-
Notifications
You must be signed in to change notification settings - Fork 14
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
Addressing Issue 85 #87
Conversation
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.
nice job. it looks fine. Please see my comments and push again.
README.rst
Outdated
@@ -116,7 +112,7 @@ version using :: | |||
With other Python distributions the program can be upgraded to | |||
the latest version as follows :: | |||
|
|||
easy_install --upgrade diffpy.pdfmorph | |||
pip install diffpy.pdfmorph |
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 should be conda update, not pip.
@@ -77,7 +78,7 @@ conda and test that it is working by opening a terminal and typing | |||
To create and activate a conda environment to use this software, run | |||
the following command from the command line :: | |||
|
|||
conda create -n pdfmorph_env python=3 | |||
conda create -n pdfmorph_env python=3 --yes | |||
source activate pdfmorph_env | |||
|
|||
If you're using Windows, replace ``source activate pdfmorph`` with |
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.
please check this. I think that maybe this is no longer needed.
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.
nearly there. I love the badge!
please see my one new comment and there is an unresolved one from before about commands on windows.
README.rst
Outdated
@@ -116,7 +113,7 @@ version using :: | |||
With other Python distributions the program can be upgraded to | |||
the latest version as follows :: | |||
|
|||
easy_install --upgrade diffpy.pdfmorph | |||
conda update diffpy.pdfmorph |
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 strikes me as not correct based on the text just above. I suggest that we simply delete lines starting "with other python distributions......" and just leave instructions how to update the software using conda.
Oops! I didn’t realize it would notify you when I pushed. Currently working on it!
On Mar 25, 2024, at 9:42 PM, Simon Billinge ***@***.***> wrote:
@sbillinge commented on this pull request.
nearly there. I love the badge!
please see my one new comment and there is an unresolved one from before about commands on windows.
In README.rst <#87 (comment)>:
> @@ -116,7 +113,7 @@ version using ::
With other Python distributions the program can be upgraded to
the latest version as follows ::
- easy_install --upgrade diffpy.pdfmorph
+ conda update diffpy.pdfmorph
This strikes me as not correct based on the text just above. I suggest that we simply delete lines starting "with other python distributions......" and just leave instructions how to update the software using conda.
—
Reply to this email directly, view it on GitHub <#87 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BFXBRSKP6JNGYML4HVI37YDY2DHB7AVCNFSM6AAAAABE6FT23CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSNJZGEZTMMZUGI>.
You are receiving this because you authored the thread.
—
Caden Myers
Ph.D. Student
Materials Science & Engineering
Columbia University
***@***.***
|
… conda deactivate
No worries this is how it works. When you feel that you have completed
everything, add a comment something like "ready for review and merge" so we
know it is not a work on progress. It is also possible to designate it as
a draft and to keep pushing them remove the draft status when you want it
merged.
I like to see frequent pushes off unfinished work so I can give feedback if
needed earlier on the process.
S
…On Mon, Mar 25, 2024, 10:07 PM Caden Myers ***@***.***> wrote:
Oops! I didn’t realize it would notify you when I pushed. Currently
working on it!
> On Mar 25, 2024, at 9:42 PM, Simon Billinge ***@***.***> wrote:
>
>
> @sbillinge commented on this pull request.
>
> nearly there. I love the badge!
>
> please see my one new comment and there is an unresolved one from before
about commands on windows.
>
> In README.rst <
#87 (comment)>:
>
> > @@ -116,7 +113,7 @@ version using ::
> With other Python distributions the program can be upgraded to
> the latest version as follows ::
>
> - easy_install --upgrade diffpy.pdfmorph
> + conda update diffpy.pdfmorph
> This strikes me as not correct based on the text just above. I suggest
that we simply delete lines starting "with other python
distributions......" and just leave instructions how to update the software
using conda.
>
> —
> Reply to this email directly, view it on GitHub <
#87 (review)>,
or unsubscribe <
https://github.com/notifications/unsubscribe-auth/BFXBRSKP6JNGYML4HVI37YDY2DHB7AVCNFSM6AAAAABE6FT23CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSNJZGEZTMMZUGI>.
> You are receiving this because you authored the thread.
>
—
Caden Myers
Ph.D. Student
Materials Science & Engineering
Columbia University
***@***.***
—
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUJNR43IST4PC77FUEDY2DJ5NAVCNFSM6AAAAABE6FT23CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZGI2TKMZVHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #87 +/- ##
==========================================
+ Coverage 75.01% 84.33% +9.32%
==========================================
Files 36 38 +2
Lines 1437 1890 +453
==========================================
+ Hits 1078 1594 +516
+ Misses 359 296 -63 ☔ View full report in Codecov by Sentry. |
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.
LGTM. This is marked as draft. Are still working on this branch?
Sorry, I forgot to remove the draft status. I believe it is ready. I talked with Andrew about your comment on line 81 and he was thinking it's okay to leave in.
… On Apr 1, 2024, at 3:10 PM, Simon Billinge ***@***.***> wrote:
@sbillinge commented on this pull request.
LGTM. This is marked as draft. Are still working on this branch?
—
Reply to this email directly, view it on GitHub <#87 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BFXBRSJ3Y6HTSULF25LRGF3Y3GWMHAVCNFSM6AAAAABE6FT23CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSNZRHE2DANZZGM>.
You are receiving this because you authored the thread.
|
Nice job, merged! |
closes #85
Addressed:
Add --yes to conda create -n pdfmorph_env python=3 command
Remove duplicated conda config --add channels conda-forge
Change easy_install --update to pip
Replace travis badge with gh status badge
I believe bg-mpl-stylesheets is downloading properly as well.