mclaughlin6464 / pearce

A (better structured) package that implements the calculation of mock cosmological observables and their emulation.
MIT License
0 stars 1 forks source link

Add kwargs to Cat model loading #6

Closed mclaughlin6464 closed 6 years ago

mclaughlin6464 commented 7 years ago

It is currently not possible to pass in kwargs to cat model loading. This was fine before, but now that I'm using assemblybias more, it's going to be more necessary. It should be easy to do, though their could be an issue figuring out which kwargs apply to what thing, which could require some filtering.

mclaughlin6464 commented 6 years ago

I believe this has been resolved. I've added the hod_kwargs argument, which I believe enables the behavior I want here. One could imagine doing something more complex, and if that arises I will confront it.