Skip to content

Commit

Permalink
fix log likelihood function bug in PYAutoLens interferomet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Oct 20, 2023
1 parent 1ef6334 commit 21a4434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogalaxy/profiles/mass/total/isothermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
):
"""
Represents an elliptical isothermal density distribution, which is equivalent to the elliptical power-law
density distribution for the value slope: float = 2.0
density distribution for the value slope = 2.0.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion test_autogalaxy/config/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ output:
remove_files: false
samples_to_csv: false
pixelization:
voronoi_nn_max_interpolation_neighbors: 100
voronoi_nn_max_interpolation_neighbors: 300
structures:
native_binned_only: false # If True, data structures are only stored in their native and binned format. This is used to reduce memory usage in autocti.
test:
Expand Down

0 comments on commit 21a4434

Please sign in to comment.