-
Notifications
You must be signed in to change notification settings - Fork 15
149 add nonlinear galaxy bias models #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anicola
wants to merge
14
commits into
master
Choose a base branch
from
149-add-nonlinear-galaxy-bias-models
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8db0262
First go at nonlinear bias.
anicola 21b8b53
Fixes and updates.
anicola 4ae5e5e
First implementation of nonlinear bias.
anicola 4910263
Added tests.
anicola aabba00
Fixed paths. Added data file.
anicola 8bc8e8e
More path fixes.
anicola 62bc045
Fix yaml import and path.
anicola 97e624f
Bugfix.
anicola 01b331f
Updated requirements.
anicola b23624c
Merge branch 'master' into 149-add-nonlinear-galaxy-bias-models
itrharrison d46fbea
codestyle
itrharrison 02e4171
remove depracated tests
itrharrison 39ad7f0
imnuh2 conversion
itrharrison 2a7a111
add ptbias
itrharrison File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ pyccl | |
sacc | ||
fgspectra>=1.1.0 | ||
syslibrary | ||
fast-pt | ||
pyhalomodel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ install_requires = | |
sacc | ||
fgspectra>=1.1.0 | ||
syslibrary | ||
fast-pt | ||
pyhalomodel | ||
|
||
[options.package_data] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ dependencies: | |
- camb | ||
- pip: | ||
- -r requirements.txt | ||
- velocileptors @git+https://github.com/sfschen/velocileptors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
datapath: soliket/tests/data/des_s-act_kappa.toy-sim.sacc.fits | ||
use_spectra: all | ||
ncovsims: null | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
params: | ||
b1: | ||
prior: | ||
min: 0. | ||
max: 10. | ||
latex: b_1 | ||
s1: | ||
value: 0.4 | ||
latex: s_1 | ||
datapath: soliket/tests/data/des_s-act_kappa.toy-sim.sacc.fits | ||
use_spectra: all | ||
|
||
bins: gc_cmass | ||
bz_model: LagrangianPT | ||
nz_model: NzShift | ||
z_cmb: 1030 | ||
input_params_prefix: '_' | ||
|
||
log10k_min: -4 | ||
log10k_max: 2 | ||
nk_per_decade: 20 | ||
defaults: | ||
lmin: 30 | ||
lmax: 3000 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itrharrison do we want to have fast-pt (and velocileptors below) as default requirements when installing soliket?