-
Notifications
You must be signed in to change notification settings - Fork 23
Wrapped dictionary .values() call in list #61
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
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
==========================================
- Coverage 81.19% 81.18% -0.01%
==========================================
Files 91 91
Lines 7599 7596 -3
==========================================
- Hits 6170 6167 -3
Misses 1429 1429
Continue to review full report at Codecov.
|
@pavoljuhas @sbillinge ready for review |
Has there been any progress on accepting this? The current version does not support writing results from multi-profile recipe, which is problematic |
Pavol is pretty much awol atm. I will take a look and see if I feel
comfortable enough to merge it, though normally I would want to hear from
Pavol. This may change moving forward :(
…On Wed, Nov 13, 2019 at 9:23 AM Robert J Koch ***@***.***> wrote:
Has there been any progress on accepting this? The current version does
not support writing results from multi-profile recipe, which is problematic
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=ABAOWUI4CMR6NPZOC5IJXF3QTQEWFA5CNFSM4JF3P5HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED6JUXI#issuecomment-553425501>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUJC4V2VEI5ENJD5MQ3QTQEWFANCNFSM4JF3P5HA>
.
|
Alright, fair enough.
On Wed, Nov 13, 2019 at 10:23 AM Simon Billinge <notifications@github.com>
wrote:
… Pavol is pretty much awol atm. I will take a look and see if I feel
comfortable enough to merge it, though normally I would want to hear from
Pavol. This may change moving forward :(
On Wed, Nov 13, 2019 at 9:23 AM Robert J Koch ***@***.***>
wrote:
> Has there been any progress on accepting this? The current version does
> not support writing results from multi-profile recipe, which is
problematic
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#61?email_source=notifications&email_token=ABAOWUI4CMR6NPZOC5IJXF3QTQEWFA5CNFSM4JF3P5HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED6JUXI#issuecomment-553425501
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABAOWUJC4V2VEI5ENJD5MQ3QTQEWFANCNFSM4JF3P5HA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AMSFZJAMEK34WDI5VAMEIWLQTQLYXA5CNFSM4JF3P5HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED6P5UA#issuecomment-553451216>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSFZJH3EV7JOOOR2FZ46Q3QTQLYXANCNFSM4JF3P5HA>
.
|
Test passes with diffpy.structure 3.0.1.
Looks good to me. |
Closes #60, dict.values() does not return list. WIP.