Duncan Campbell
Duncan Campbell
I have no problem with deleting it, but multiple students at Pitt have used it. This might be better as code just sitting in its own repository.
After trying to install this using setup.py, I get the following error: `unable to execute 'x86_64-apple-darwin13.4.0-clang++': No such file or directory error: command 'x86_64-apple-darwin13.4.0-clang++' failed with exit status 1` There...
ok, one more thing that is interesting. For some reason, the setup script is looking for a much older version of the compiler. Here is the version of clang I...
Okay, there is a VERY simple solution. Setting the CXX variable is key. `export CXX=clang` solves the problem. I think the astropy setup utils could be slightly more informative when...
ok, all is good. I think we should consider adding a note about setting `CXX=clang` to the installation troubleshooting page. @aphearin thoughts? https://halotools.readthedocs.io/en/latest/installation_troubleshooting.html#installation-troubleshooting
I 100% agree with you both on this issue. In fact, I have already ditched the scatter class when building my own models. This is certainly a case of us...
Yeah, we can use the same set-up in the tpcf_jackknife function. This has long been on my list for both tpcf_s_mu_jackknife and tpcf_rp_pi_jackknife. We should consider if it makes sense...
Ok, let's do that for now. I will take care of it. It is old code that doesn't really follow the structure of the pair functions we do use. I...
I agree that it would be ideal to get rid of the C++ dependency. Let me take a look at those functions to see if we can get around using...
I certainly think the multi-dimensional array for the marks is the simplest solution. The sparse matrix required to store all pairs will become enormous. I think that is a bad...