-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from simonsobs/v0.3.0-beta-fixes
V0.3.0 beta fixes
- Loading branch information
Showing
12 changed files
with
450 additions
and
105 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
39 changes: 39 additions & 0 deletions
39
examples/SOSims/cobayaConf_SOSims_fixedScalingRelation.yml
This file contains 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
params: | ||
ns: 0.965 | ||
Ob0: 0.049 | ||
tenToA0: 2.65e-05 | ||
B0: 0.0 | ||
Mpivot: 300000000000000.0 | ||
sigma_int: 0.2 | ||
H0: | ||
latex: H_0 | ||
prior: | ||
dist: norm | ||
loc: 70.0 | ||
scale: 4.0 | ||
proposal: 5.0 | ||
Om0: | ||
latex: \Omega_{\rm m0} | ||
prior: | ||
max: 0.5 | ||
min: 0.1 | ||
proposal: 0.05 | ||
ref: | ||
dist: norm | ||
loc: 0.3 | ||
scale: 0.1 | ||
sigma8: | ||
latex: \sigma_8 | ||
prior: | ||
max: 0.9 | ||
min: 0.6 | ||
proposal: 0.02 | ||
ref: | ||
dist: norm | ||
loc: 0.8 | ||
scale: 0.1 | ||
sampler: | ||
mcmc: | ||
burn_in: 50 | ||
max_samples: 3000 | ||
max_tries: .inf |
This file contains 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
#SBATCH --nodes=4 | ||
#SBATCH --ntasks-per-node=20 | ||
#SBATCH --mem=64000 | ||
#SBATCH --time=23:59:00 | ||
|
||
source /home/mjh/SETUP_CONDA.sh | ||
time mpiexec nemoCosmo mocks_small/mockCatalog_1.fits MFMF_SOSim_3freq_small/selFn -c cobayaConf_SOSims_fixedScalingRelation.yml -S 5 -o small_cosmoResults1 | ||
|
Oops, something went wrong.