Markus Gerstel

Results 43 comments of Markus Gerstel
trafficstars

> For now I work with the cctbx embeded into the dials release distribution. dials-v2-2-2-source.tar.xz from https://github.com/dials/dials/releases So i am not sure that I have the latest cctbx_project. The bundled...

The file is a python pickle file, so format-wise I believe it should be cross-platform. Obviously if you need to change contents it won't be. Further bits for your todo...

The most common use of python entry points is to declare command line scripts, but that is only one specific use with the special entry point name `console_scripts`. The libtbx...

~I believe this magic happens in~ https://github.com/cctbx/cctbx_project/blob/0674b46b5cfdb59770df524316276bbc004b51a5/libtbx/env_config.py#L1843-L1847 as part of `libtbx.refresh` / `libtbx.configure` I believe I was two lines out and it's https://github.com/cctbx/cctbx_project/blob/0674b46b5cfdb59770df524316276bbc004b51a5/libtbx/env_config.py#L1848-L1849

I just verified this using an installation of DIALS 1.1 we still keep around (March 2016, and thus well before any NaN discussions from #324). cctbx did evidently not make...

same results for all versions since (cs03r-sc-serv-16, RHEL 7.8 server) ```bash $ for x in 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.14 2.0 2.1 2.2;...

We had this in the past for a few months (Feb '16-Apr '16) until it was disabled by 4f59f3416802ef1533a4a116fc6f8291c9fcff17 I seem to recall that this caused some issues with Mac...

This is the test output: ``` Sorry: Fatal problems interpreting model file: Number of atoms with unknown nonbonded energy type symbols: 2 Please edit the model file to resolve the...

This is with DIALS 3.0.4 and CCP4 7.1.0: ``` $ LIBTBX_DISABLE_TRACEBACKLIMIT=1 dials.python /dls_sw/apps/dials/dials-v3-0-4/modules/cctbx_project/cctbx/regression/tst_grm_modifications.py Traceback (most recent call last): File "/dls_sw/apps/dials/dials-v3-0-4/modules/cctbx_project/cctbx/regression/tst_grm_modifications.py", line 684, in exercise() File "/dls_sw/apps/dials/dials-v3-0-4/modules/cctbx_project/cctbx/regression/tst_grm_modifications.py", line 680, in exercise...

just a note that glib appears to follow the old linux odd-devel/even-stable convention, so instead of 2.47.6 we should use 2.48.x if you want to do just the minimum update....