Nicholas Devenish

Results 60 comments of Nicholas Devenish

> they provide the test modules inside there namesapce this way it is really easy to run all the tests. For better or worse, numpy and scipy have differing priorities

Still finding this, bypassing for release again https://github.com/dials/cctbx/commit/f217ceb32920ff4547e1cd7b26cb94e9ae3328d0

This also triggers it: ``` $ cctbx.python -c "import wx; wx.App()" This program needs access to the screen. Please run with a Framework build of python, and only when you...

Is there some way to get this fix with directly-built cctbx? Even if I run ` ../conda_base/bin/python.app ../modules/cctbx_project/libtbx/configure.py dials` directly with `python.app` it seems to writes `LIBTBX_PYEXE_BASENAME="python3.9"` into the dispatchers....

Adding to this ticket for now; `fontconfig` also fails; `glibc` `2.25` included some new macro specifications which broke `fontconfig`. These were fixed [here](https://cgit.freedesktop.org/fontconfig/commit/?id=1ab5258f7c2abfafcd63a760ca08bf93591912da) - for `2.12.2`, released in March this...

Yes, externally maintained dependencies makes things much easier because somebody else maintains it! Much easier to rely on existing package managers than roll your own. Also allows e.g. separation of...

Just had another developer run into this exact issue.

Can always update it again once the problem is discovered/resolved

Do we know what the origin of this issue is, and is there any prospect for a fix?

This has a bug where ignored nan's don't contribute to the `n_out_of_slot_range_` count - they just disappear. It also seems vaguely whether `isnan` always works properly, even under `-ffast-math`? Though...