We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc86639 commit 37eea7bCopy full SHA for 37eea7b
1 file changed
autolens/analysis/setup.py
@@ -168,6 +168,8 @@ def hyper_galaxy_from_galaxy_model_and_instance(
168
169
if not noise_factor_is_model:
170
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)
173
174
hyper_galaxy.contribution_factor = (
175
galaxy_instance.hyper_galaxy.contribution_factor
0 commit comments