-
Notifications
You must be signed in to change notification settings - Fork 5
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
KeyError: '112' in calculate_z_order #17
Comments
I investigated this with @pmiddend just now. The unique axis However, I would say that Dimple should be able to handle the |
Yes, I agree. I've been planning major changes in Dimple for long time. The code for handling the space groups and many other functions will be replaced with gemmi. Refmac will be replaced with refmacat and servalcat. It's high time for it, but I don't know when I'll manage to get to it. |
Well, this isn't a critical bug or anything (hardly a bug even, now that we know why the dimple call fails). Do you want to keep this issue open, just to track it, or should we close it? |
It can stay open, no worries, I can close it. |
I'm getting this error:
Using the ccp4-8.0 version of dimple. You can reproduce the problem with the two files inside this zip file and with this command line:
Is it something about the mtz file (specifically the unit cell info) that's tripping dimple up?
mtzdmp
gives:So the code then tries to do
_pg_symop['112']
in(with
hm = "P 1 1 2"
), but_pg_symop
:does not contain this key. Should it?
The text was updated successfully, but these errors were encountered: