Will Handley

Results 48 comments of Will Handley

I'm also experiencing this error with both [freecinc](https://freecinc.com/) and [inthe.am](https://inthe.am/).

I've never managed to get this working on clang (feel free to submit a PR if you do). It should work with gcc, but you need to pass a more...

> Does this require gcc-8? Possibly - although this looks like a mac specific issue (the compiler flag `-stdlib=libc++` isn't present in any of the PolyChord Makefiles, so it's something...

This is a very interesting datapoint to add to the conversation. However, I suspect that this only works for Gaussians of _equal_ height. Could you try producing the same plot...

Hi @gregorydavidmartinez, re the clang suggestions above, have you checked that this creates a viable build on your system? I have tried for many years to introduce clang as a...

@stenczelt -- any idea why the new workflow isn't triggering? Is there anything I need to do on this side for the github action?

OK nearly there: - the CMakeLists.txt should either read the python version number from the README or the `__init__.py`, or add a check that the version number is obeyed in...

If the likelihood works on a linux install, then this is likely a mac issue. Have you tried the CMake install system #76?

I think that it's best to leave the cpp error checking for now, as in theory there may be other non-python interfaces which go via the cpp which do rely...

I think I see the issue now. I imagine that most of the error checking can safely go if the python wrapper is robust enough. Some of it however is...