Skip to content

Commit 417c8fd

Browse files
Jammy2211Jammy2211
authored andcommitted
model util prior
1 parent 87cb836 commit 417c8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/analysis/model_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def mge_model_from(
1212
centre: Tuple[float, float] = (0.0, 0.0),
1313
centre_fixed: Optional[Tuple[float, float]] = None,
1414
centre_sigma: float = 0.3,
15-
ell_comps_prior_is_uniform: bool = True,
15+
ell_comps_prior_is_uniform: bool = False,
1616
ell_comps_uniform_width: float = 0.2,
1717
ell_comps_sigma : float = 0.3,
1818
use_spherical: bool = False,

0 commit comments

Comments
 (0)