-
Notifications
You must be signed in to change notification settings - Fork 23
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
Minor changes #133
Minor changes #133
Conversation
Codecov Report
@@ Coverage Diff @@
## master #133 +/- ##
==========================================
- Coverage 41.03% 41.01% -0.02%
==========================================
Files 23 23
Lines 5888 5890 +2
Branches 1567 1568 +1
==========================================
Hits 2416 2416
- Misses 3082 3084 +2
Partials 390 390
Continue to review full report at Codecov.
|
Thanks for the contribution! I think the iPython output should stay, as an example of what to expect from this tool, unless it doesn't show well. If we do decide to remove it, then it should have its own commit. I understand that the ESS check is buggy when running on a server. How does the addition of if server == 'local':
continue treat local as SSH? I think the expected behaviour is that we will be able to determine ESS when running locally as well. |
7e3cc3b
to
942a88d
Compare
@alongd Thanks for quick reply!
Second, it will loop through the server list and tell what packages are available remotely. However, within the loop, 'local' is not excluded and will be treated as SSH server, but as it does not have address and other properties, an error will be raised. My modification is simply avoiding checking 'local' again in the SSH check. |
Thanks, I think the code looks good, just some comments regarding the commits:
|
942a88d
to
55ad23a
Compare
@alongd Do you think these changes in commits are slightly better? Thanks. |
Looking great! Let's wait for the tests and get the fixes in. |
I was trying to install the ARC based on the instruction from Wiki and encountered errors when running ESS diagnostics: