Aaron S. Brewster

Results 70 comments of Aaron S. Brewster

Hi, without reading too carefully the specific issue here, I can point to the commit where I added this flag: https://github.com/cctbx/dxtbx/commit/44b6d7240ff21e07f06e1972dc471362e8ba57e2 That commit has a lot of explanation that might...

Right, that call gave mangled results on Py3, if I recall correctly.

Indeed it would be necessary to regenerate the swig files after adding a new function, not something I know how to do. Generally @yayahjb is open to pull requests though....

Hi, the first three points are good. We want CTRL-C to work, and we need --python3 and --wxpython4 for development reasons. Regarding HDF5 and plugins are installed on a base...

Regarding the two failures you listed. The first failure is because of a missing system dependencies, the gl drivers, which you rightly fixed. The second set of failures is because...

Bump. Hit this again at NERSC. We are pinning the NERSC environments to `setuptools

Hi, so first I note that your test behaves differently on my centos7 build and my macos build. Since #463, macos builds have removed `-ffast-math`, so that's likely the reason....

@Anthchirp Regarding crashes, the #324 traps aren't present in the release builds so they won't trigger. Regardless, good to see the consistent results from the linux builds. I'd be curious...

Hi Graeme, I think the crickets indicates no strong opinions. Adding __repr__ methods that wrap show() seems fine. On Mon, Feb 25, 2019 at 8:13 AM Graeme Winter wrote: >...

Hi @jbeilstenedmands, no issues from me if you remove that print statement.