Nick Hand
Nick Hand
Okay take a look now, @rainwoodman. So far, I've got the install page and API outline up to date. I think it's looking pretty good so far!
FYI @rainwoodman , I am going to open a PR shortly so can merge in what I have so far...
The first large import of the new docs was merged in #370. Beyond the obvious editing, etc, the remaining things to be done include: - [x] Finish introduction section -...
Yes, I think that is fine. The `to_halotools` function of the HaloCatalog source accepts a selection keyword that specifies which halos go in to the catalog. So you just need...
@rainwoodman where are we on this? Do we want to add a sort() / argsort() to Catalog objects? Feels like that would be nice now that the selecting subsets of...
@rainwoodman so if we want to sort by something like mass, how would we do this exactly with mpsort? We would need to make a 'u8' sort rank column first?
Okay I think I understand what's going on here. Some simple tests seems to indicate that we can do something like: ``` precision = '4' sorting_keys = np.fromstring(data.astype('f'+precision).tobytes(), dtype='u'+precision) ```...
Huh, interesting. So maybe there is not a bug and they are just bad?
Hi, can you post a code snippet or a bit more specifics about the code that is leading to the error? What version are you using? If it's 0.2.7, it...
Does nbodykit use internal temp storage anywhere? Or it's being created in the user script?