Skip to content

Commit 37eea7b

Browse files
committed
setup hyper
1 parent cc86639 commit 37eea7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autolens/analysis/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ def hyper_galaxy_from_galaxy_model_and_instance(
168168

169169
if not noise_factor_is_model:
170170
hyper_galaxy.noise_factor = galaxy_instance.hyper_galaxy.noise_factor
171+
else:
172+
hyper_galaxy.noise_factor = af.LogUniformPrior(lower_limit=1e-4, upper_limit=2.0*galaxy_instance.hyper_galaxy.noise_factor)
171173

172174
hyper_galaxy.contribution_factor = (
173175
galaxy_instance.hyper_galaxy.contribution_factor

0 commit comments

Comments
 (0)