Nicholas Devenish

Results 60 comments of Nicholas Devenish

If using a path is an antipattern..... It's explicitly [documented](https://pytest-cov.readthedocs.io/en/latest/config.html#reference) to be a filesystem path. Also in `pytest --help`: ``` ... --cov=[path] measure coverage for filesystem path (multi-allowed) ``` It's...

I had a recent SEGV issue in `BOOST_PYTHON_MODULE` that I tracked down to a [compiler version bug](https://github.com/cctbx/dxtbx/pull/554), though this looks different. FWIW I'v never liked `sys.setdlopenflags(0x100|0x2)` - I think it's...

Thanks for the warning here. Currently tracking things through, but I assume that this is somehow responsible for the ``` : subprocess.CalledProcessError: Command '['python', '-c', 'import pip; print(pip.__version__)']' returned non-zero...

Ah, I think I know actually - it's the issue from https://github.com/cctbx/cctbx_project/commit/b80db8830a2f043908cd7fd5a077dfaeb6013be2, which hasn't made it through to our CI because it only uses builds that pass your testing, which...

What was the conda-forge compilers- package that the bootstrap resolved?

Can confirm fresh install on RHEL7 duplicates, with ordering dependence

Hi Frederik, I would urge you join our slack at https://dials-support.slack.com/ so that we can talk directly, rather than via a random scatter of support issues. If required, I can...

Did this: > TODO verify that the UB matrix; HKL etc are identical to MOSFLM output Ever get resolved or even attempted? If not I'd be tempted to split out...

I'm somewhat sympathetic to that point of view; If the conclusion of this is a deliberate decision to not support, then that's something we just have to work with (and...

Just ran into this same issue with the Hugin repository; ``` $ git hg clone http://hg.code.sf.net/p/hugin/hugin hugin-hugin Error: repository has at least one unnamed head ```