GeorgeVassilakis / SMPy

From Shear to Map: A Python-based approach to constructing mass maps from lensing measurements.
MIT License
5 stars 3 forks source link

Remove unnecessary argument #19

Closed GeorgeVassilakis closed 1 month ago

GeorgeVassilakis commented 2 months ago

'resolution' argument is unnecessary in the calculate_field_boundaries function in utils.py. Does not affect performance, must be a relic from older code. https://github.com/GeorgeVassilakis/SMPy/blob/ab500b87a3deda2dbcb027f97313cdcb1c4a4153/SMPy/utils.py#L33