dangilman / pyHalo

A python toolkit for rendering populations of dark matter halos for gravitational lensing simulations
MIT License
25 stars 13 forks source link

Update realization_extensions.py #27

Closed vdike closed 2 years ago

vdike commented 2 years ago

Looping over r_max along with x_interp and y_interp.

dangilman commented 2 years ago

Hi, it looks ok to me. Can you also check that the test functions pass?

vdike commented 2 years ago

Hi, it looks ok to me. Can you also check that the test functions pass?

Yeah, I had to modify one of the test functions so r_max gets passed in as an array but it passes. test_uldm_functions fails but that seems to be unrelated to my edit.