Billy K. Poon

Results 48 comments of Billy K. Poon

There are unused imports causing the Checks tests to fail. ``` In file __init__.py: time imported at line 34 miller imported at line 19 geometry_restraints imported at line 17 cdl_utils...

Thanks! The Ci branch failures are fine. That pipeline does not run on the final, merged code with the updates to `master`.

@graeme-winter These instructions were written a few months ago, so I'll update the text to describe the latest behavior and also make other general edits.

This looks like something to be discussed at the next cctbx management meeting. A potential solution is that I can build the `conda` and `pip` packages for PHIL without changing...

You can now get the version with ``` from libtbx.version import get_version version = get_version() ``` The version is basically the date of the latest commit and additional information from...

Oops, I didn't change the `raise` when I changed `RuntimeError` to `RuntimeWarning`. I just committed e85a70581599585a10ff6e19e109dcc69a254e06, which should fix the problem. Also, if you want to build with Unicode paths,...

We (@olegsobolev @nwmoriarty) chatted about this yesterday and we think this is a good idea.

That was part of the discussion as well. Do all CIF files have "data_" as the first few characters? For example, for PDB code 1yjp, the model file starts with...

Let's ping @pafonine and @olegsobolev , but they are currently on vacation until the end of September.

It looks like your model does not have a `CRYST1` record. That defines the space group and unit cell which is the `crystal_symmetry` object that is causing the error. If...