Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
f296d547
Commit
f296d547
authored
May 25, 2021
by
Martin Reinecke
Browse files
Merge branch 'matteani-NIFTy_7-patch-56526' into 'NIFTy_7'
Update density_estimator priors. See merge request
!623
parents
0236e1cc
d09c391f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/sugar.py
View file @
f296d547
...
...
@@ -221,9 +221,9 @@ def density_estimator(domain, pad=1.0, cf_fluctuations=None,
from
.library.correlated_fields
import
CorrelatedFieldMaker
from
.library.special_distributions
import
UniformOperator
cf_azm_uniform_sane_default
=
(
1e-
4
,
1
.0
)
cf_azm_uniform_sane_default
=
(
1e-
15
,
5
.0
)
cf_fluctuations_sane_default
=
{
"scale"
:
(
0.
5
,
0.
3
),
"scale"
:
(
0.
3
,
0.
2
),
"cutoff"
:
(
4.0
,
3.0
),
"loglogslope"
:
(
-
6.0
,
3.0
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment