Skip to content

Commit

Permalink
Changed default option no_complex_numbers to True for EPL profile as …
Browse files Browse the repository at this point in the history
…it is slightly faster to JIT compile
  • Loading branch information
aymgal committed Jun 7, 2024
1 parent 1229382 commit 88e6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herculens/MassModel/mass_model_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MassModelBase(object):
"""Base class for managing lens models in single- or multi-plane lensing."""
def __init__(self, lens_model_list,
kwargs_pixelated=None,
no_complex_numbers=False,
no_complex_numbers=True,
pixel_interpol='fast_bilinear',
pixel_derivative_type='interpol',
kwargs_pixel_grid_fixed=None):
Expand Down

0 comments on commit 88e6ec3

Please sign in to comment.