Conversation
|
Looked through the code changes, they all look sensible. Ran a test, seems to do what I would expect with the code in the branch. One concern I have is the handling of R3:H vs. H3 etc. - I know this can be a thing. Have you a test case for this? |
|
I do note that this now means fast_dp does not run on Python3 - possibly it could do? Maybe an absolute imports thing. |
graeme-winter
left a comment
There was a problem hiding this comment.
Definite improvement, works for the use cases which were causing issues last week. Also tested with fast_rdp which seemed to do "the right thing"
|
Travis test failure reflects previous lack of testing not a new problem - the issue is highlighted by the adding of tests. |
|
fast_dp will not run on python3 as it now depends on cctbx more than it did before. |
As far as I can tell fast_dp already depended on sgtbx in a number of places, e.g. when parsing the pointless xml output: fast_dp/fast_dp/pointless_reader.py Lines 27 to 33 in e84509d or when the --cell option is set: fast_dp/fast_dp/cell_spacegroup.py Lines 245 to 254 in fef9316 |
|
@graeme-winter r.e.
Is this the behaviour you expect? |
|
@rjgildea not sure, will review what it used to do and get back to you |
|
Reviewing reload was checking out |
No description provided.